public static class GroovyParser.MemberDeclarationContext extends GroovyParser.GroovyParserRuleContext
Modifier and Type | Field and Description |
---|---|
int |
t |
Constructor and Description |
---|
MemberDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
MemberDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState,
int t) |
Modifier and Type | Method and Description |
---|---|
<Result> Result |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor) |
GroovyParser.ClassDeclarationContext |
classDeclaration() |
GroovyParser.FieldDeclarationContext |
fieldDeclaration() |
int |
getRuleIndex() |
GroovyParser.MethodDeclarationContext |
methodDeclaration() |
GroovyParser.ModifiersOptContext |
modifiersOpt() |
copyNodeMetaData, getMetaDataMap, getNodeMetaData, getNodeMetaData, putNodeMetaData, removeNodeMetaData, setMetaDataMap, setNodeMetaData
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, emptyContext, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
public MemberDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState)
public MemberDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent, int invokingState, int t)
public GroovyParser.MethodDeclarationContext methodDeclaration()
public GroovyParser.FieldDeclarationContext fieldDeclaration()
public GroovyParser.ModifiersOptContext modifiersOpt()
public GroovyParser.ClassDeclarationContext classDeclaration()
public int getRuleIndex()
getRuleIndex
in class org.antlr.v4.runtime.RuleContext
public <Result> Result accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends Result> visitor)
accept
in interface org.antlr.v4.runtime.tree.ParseTree
accept
in class org.antlr.v4.runtime.RuleContext