Searched defs:catchClause (Results 1 – 5 of 5) sorted by relevance
160 CatchClause catchClause = Navigator.findNodeOfGivenClass(cu, CatchClause.class); in solveMultiCatchType() local
743 CatchClause catchClause = parse("try { } catch(Exception e) { body(); }", in parametersExposedToChildWithinTryStatement() local
491 CatchClause catchClause = tryStmt.getCatchClauses().get(0); in printASingleCatchType() local503 CatchClause catchClause = tryStmt.getCatchClauses().get(0); in printUnionType() local515 CatchClause catchClause = tryStmt.getCatchClauses().get(0); in printParameterHavingUnionType() local
363 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { in addCatchClause()
8313 public final void catchClause() throws RecognitionException { in catchClause() method in JavaParser