Parser.parseFunctionBody

Parses a FunctionBody

$(GRAMMAR $(RULEDEF functionBody): $(RULE blockStatement) | ($(RULE inStatement) | $(RULE outStatement) | $(RULE outStatement) $(RULE inStatement) | $(RULE inStatement) $(RULE outStatement))? $(RULE bodyStatement)? ;)

class Parser
parseFunctionBody
()

Meta