Searched refs:tryCatch (Results 1 – 2 of 2) sorted by relevance
26 for (final TryCatchBlockNode tryCatch : methodNode.tryCatchBlocks) { in filter()27 if (tryCatch.type != null) { in filter()30 if (tryCatch.start == tryCatch.handler) { in filter()33 final AbstractInsnNode to = new Matcher(tryCatch.handler).match(); in filter()37 output.ignore(tryCatch.handler, to); in filter()
1973 @Test public void tryCatch() { in tryCatch() method in TypeSpecTest