Parser.parseScopeGuardStmt

$(BNF ScopeGuardStmt := scope "(" ScopeCondition ")" ScopeGuardBody /ScopeCondition := "exit" | "success" | "failure" /ScopeGuardBody := ScopeStmt | NoScopeStmt)

class Parser
parseScopeGuardStmt
(
)

Meta