[Java] Class GroovyParser.BreakStatementContext
- org.apache.groovy.parser.antlr4.GroovyParser.BreakStatementContext
public static class GroovyParser.BreakStatementContext extends GroovyParserRuleContext
Constructor Summary
Constructor and description |
---|
BreakStatementContext
(ParserRuleContext parent, int invokingState) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public TerminalNode |
BREAK() | |
<Result> | public Result |
accept(ParseTreeVisitor<? extends Result> visitor) |
public int |
getRuleIndex() | |
public IdentifierContext |
identifier() |
Constructor Detail
public BreakStatementContext(ParserRuleContext parent, int invokingState)
Method Detail
public TerminalNode BREAK()
<Result> @Override public Result accept(ParseTreeVisitor<? extends Result> visitor)
@Override public int getRuleIndex()
public IdentifierContext identifier()
© 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.BreakStatementContext.html