[Java] Class GroovyParser.SwitchStatementContext
- org.apache.groovy.parser.antlr4.GroovyParser.SwitchStatementContext
public static class GroovyParser.SwitchStatementContext extends GroovyParserRuleContext
Constructor Summary
Constructor and description |
---|
SwitchStatementContext
(ParserRuleContext parent, int invokingState) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public TerminalNode |
LBRACE() | |
public TerminalNode |
RBRACE() | |
public TerminalNode |
SWITCH() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public ExpressionInParContext |
expressionInPar() | |
public int |
getRuleIndex() | |
public List<? extends NlsContext> |
nls() | |
public NlsContext |
nls(int i) | |
public List<? extends SwitchBlockStatementGroupContext> |
switchBlockStatementGroup() | |
public SwitchBlockStatementGroupContext |
switchBlockStatementGroup(int i) |
Constructor Detail
public SwitchStatementContext(ParserRuleContext parent, int invokingState)
Method Detail
public TerminalNode LBRACE()
public TerminalNode RBRACE()
public TerminalNode SWITCH()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
public ExpressionInParContext expressionInPar()
@Override public int getRuleIndex()
public List<? extends NlsContext> nls()
public NlsContext nls(int i)
public List<? extends SwitchBlockStatementGroupContext> switchBlockStatementGroup()
public SwitchBlockStatementGroupContext switchBlockStatementGroup(int i)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/parser/antlr4/GroovyParser.SwitchStatementContext.html