parse.checkRuleBroken();
return null;
}
ASTNode body = null;
AttribBodySyntax bodySyntax = AttribBodySyntax.SINGLE_DECL;
if(parse.checkRuleBroken() == false) {
boolean isPragmaBody = getLastAttributeKind(attributes) == ASTNodeTypes.ATTRIB_PRAGMA;
boolean autoDeclEnabled = isAutoVarEnablingAttrib(attributes);