769770771772773774775
if(catches.size() == 0 && finallyBody == null) { parse.storeError(createErrorExpectedRule(RULE_CATCH_OR_FINALLY)); } } return parse.resultConclude(new StatementTry(body, arrayView(catches), finallyBody)); }