Parses a FunctionBody. Note that any change of this function must also be applied in dsymbol SimpleParser, which can be found here.
$(GRAMMAR $(RULEDEF functionBody): $(RULE specifiedFunctionBody) | $(RULE missingFunctionBody) ;)
See Implementation
Parses a FunctionBody. Note that any change of this function must also be applied in dsymbol SimpleParser, which can be found here.
$(GRAMMAR $(RULEDEF functionBody): $(RULE specifiedFunctionBody) | $(RULE missingFunctionBody) ;)