return parse.resultConclude(new AttribProtection(protection));
}
public NodeResult<AttribBasic> parseAttribBasic() {
AttributeKinds attrib = AttributeKinds.fromToken(lookAhead());
if(attrib == null)
return null;
consumeLookAhead();
ParseHelper parse = new ParseHelper();