public static class GroovyParser.SwitchStatementContext extends GroovyParserRuleContext
Constructor and description |
---|
SwitchStatementContext
(ParserRuleContext parent, int invokingState) |
Type Params | Return Type | Name and description |
---|---|---|
|
TerminalNode |
LBRACE() |
|
TerminalNode |
RBRACE() |
|
TerminalNode |
SWITCH() |
<Result> |
Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
|
ExpressionInParContext |
expressionInPar() |
|
int |
getRuleIndex() |
|
List<? extends NlsContext> |
nls() |
|
NlsContext |
nls(int i) |
|
List<? extends SwitchBlockStatementGroupContext> |
switchBlockStatementGroup() |
|
SwitchBlockStatementGroupContext |
switchBlockStatementGroup(int i) |
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.