Searched refs:UnprocessedCatch (Results 1 – 1 of 1) sorted by relevance
43 private class UnprocessedCatch { class in DasmCatchBuilder62 UnprocessedCatch(String exception, String from, String to, in UnprocessedCatch() method in DasmCatchBuilder.UnprocessedCatch99 private Vector<UnprocessedCatch> unprocessed_catches = 100 new Vector<UnprocessedCatch>();152 UnprocessedCatch uc = unprocessed_catches.elementAt(i); in add()166 unprocessed_catches.add(new UnprocessedCatch(exception, start, end, in add()177 UnprocessedCatch uc = unprocessed_catches.elementAt(i); in build()