Searched refs:type_branch (Results 1 – 1 of 1) sorted by relevance
47 Hashtable<CstType, String> type_branch = field in DasmCatchBuilder.UnprocessedCatch89 String s = type_branch.get(type); in add()95 type_branch.put(type, branch); in add()122 .type_branch.keys(); in getCatchTypes()190 CatchHandlerList chl = new CatchHandlerList(uc.type_branch.size()); in build()191 Enumeration<CstType> keys = uc.type_branch.keys(); in build()196 String branch = uc.type_branch.get(type); in build()