Searched defs:catchClause (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeInfo.java121 public static boolean isMultiCatch(JCCatch catchClause) { argument
122 return catchClause.param.vartype.getTag() == JCTree.TYPEUNION;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java1771 while (S.token() == CATCH) catchers.append(catchClause());
1871 protected JCCatch catchClause() { method in class:JavacParser

Completed in 38 milliseconds