Parser.parseFunctionAttribute

Parses a FunctionAttribute

$(GRAMMAR $(RULEDEF functionAttribute): $(RULE atAttribute) | $(LITERAL 'pure') | $(LITERAL 'nothrow') ;)

class Parser
parseFunctionAttribute
(
bool validate = true
)

Meta