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