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