Searched refs:getCatchTypes (Results 1 – 8 of 8) sorted by relevance
46 public HashSet<Type> getCatchTypes(); in getCatchTypes() method
164 public HashSet<Type> getCatchTypes() { in getCatchTypes() method in DalvCode165 return unprocessedCatches.getCatchTypes(); in getCatchTypes()
95 public HashSet<Type> getCatchTypes() { in getCatchTypes() method in StdCatchBuilder
47 public HashSet<Type> getCatchTypes(); in getCatchTypes() method
165 public HashSet<Type> getCatchTypes() { in getCatchTypes() method in DalvCode166 return unprocessedCatches.getCatchTypes(); in getCatchTypes()
96 public HashSet<Type> getCatchTypes() { in getCatchTypes() method in StdCatchBuilder
117 for (Type type : code.getCatchTypes()) { in addContents()
126 for (Type type : code.getCatchTypes()) { in addContents()