Parser.parseStaticIfCondition

Parses an StaticIfCondition

$(GRAMMAR $(RULEDEF staticIfCondition): $(LITERAL 'static') $(LITERAL 'if') $(LITERAL '$(LPAREN)') $(RULE assignExpression) $(LITERAL '$(RPAREN)') ;)

class Parser
parseStaticIfCondition
()

Meta