Parser.parseFunctionBody

FunctionBody parseFunctionBody()

Parses a FunctionBody. Note that any change of this function must also be applied in dsymbol SimpleParser, which can be found here.

$(RULEDEF functionBody): $(RULE specifiedFunctionBody) | $(RULE missingFunctionBody) ;