Parser.parseStaticIfCondition

StaticIfCondition parseStaticIfCondition()

Parses an StaticIfCondition

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