Searched refs:catchClause (Results 1 – 5 of 5) sorted by relevance
158 CatchClause catchClause = Navigator.findNodeOfGivenClass(cu, CatchClause.class); in solveMultiCatchType() local159 Type jpType = catchClause.getParameter().getType(); in solveMultiCatchType()
421 CatchClause catchClause = tryStmt.getCatchClauses().get(0); in printASingleCatchType() local422 Type catchType = catchClause.getParameter().getType(); in printASingleCatchType()433 CatchClause catchClause = tryStmt.getCatchClauses().get(0); in printUnionType() local434 UnionType unionType = (UnionType)catchClause.getParameter().getType(); in printUnionType()445 CatchClause catchClause = tryStmt.getCatchClauses().get(0); in printParameterHavingUnionType() local446 Parameter parameter = catchClause.getParameter(); in printParameterHavingUnionType()
363 public void addCatchClause(TypeId<? extends Throwable> toCatch, Label catchClause) { in addCatchClause() argument367 adopt(catchClause); in addCatchClause()370 catchLabels.add(catchClause); in addCatchClause()
896 : catchClause897 (catchClause901 catchClause
8242 catchClause(); in catches()8272 catchClause(); in catches()8313 public final void catchClause() throws RecognitionException { in catchClause() method in JavaParser