Searched refs:hasAnyCatches (Results 1 – 8 of 8) sorted by relevance
39 public boolean hasAnyCatches(); in hasAnyCatches() method
155 public boolean hasAnyCatches() { in hasAnyCatches() method in DalvCode156 return unprocessedCatches.hasAnyCatches(); in hasAnyCatches()
79 public boolean hasAnyCatches() { in hasAnyCatches() method in StdCatchBuilder
40 public boolean hasAnyCatches(); in hasAnyCatches() method
156 public boolean hasAnyCatches() { in hasAnyCatches() method in DalvCode157 return unprocessedCatches.hasAnyCatches(); in hasAnyCatches()
80 public boolean hasAnyCatches() { in hasAnyCatches() method in StdCatchBuilder
116 if (code.hasAnyCatches()) { in addContents()
125 if (code.hasAnyCatches()) { in addContents()