Searched refs:catchClause (Results 1 - 3 of 3) sorted by relevance

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java101 public static boolean isMultiCatch(JCCatch catchClause) { argument
102 return catchClause.param.vartype.hasTag(TYPEUNION);
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java139 CATCH_CLAUSE {public JCTree doRecover(JavacParser parser) { return parser.catchClause(); }}
2563 while (token.kind == CATCH) catchers.append(catchClause());
2668 protected JCCatch catchClause() { method in class:JavacParser
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DLower.java1606 JCCatch catchClause = make.Catch(paramTree, catchBlock);
1614 List.of(catchClause),

Completed in 121 milliseconds