public static class GroovyParser.AnnotationsOptContext extends GroovyParser.GroovyParserRuleContext
| Constructor and Description |
|---|
AnnotationsOptContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
java.util.List<? extends GroovyParser.AnnotationContext> |
annotation() |
GroovyParser.AnnotationContext |
annotation(int i) |
int |
getRuleIndex() |
java.util.List<? extends GroovyParser.NlsContext> |
nls() |
GroovyParser.NlsContext |
nls(int i) |
copyNodeMetaData, getMetaDataMap, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setMetaDataMap, setNodeMetaDataaddAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic AnnotationsOptContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public java.util.List<? extends GroovyParser.AnnotationContext> annotation()
public GroovyParser.AnnotationContext annotation(int i)
public java.util.List<? extends GroovyParser.NlsContext> nls()
public GroovyParser.NlsContext nls(int i)
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContext