Parser.parseScopeGuardStatement
ScopeGuardStatement parseScopeGuardStatement()Parses a ScopeGuardStatement
$(RULEDEF scopeGuardStatement): $(LITERAL 'scope') $(LITERAL '(') $(LITERAL Identifier) $(LITERAL ')') $(RULE declarationOrStatement) ;
ScopeGuardStatement parseScopeGuardStatement()Parses a ScopeGuardStatement
$(RULEDEF scopeGuardStatement): $(LITERAL 'scope') $(LITERAL '(') $(LITERAL Identifier) $(LITERAL ')') $(RULE declarationOrStatement) ;