public static class GenTreeSrcParser.TypeDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Modifier and Type | Field and Description |
|---|---|
org.antlr.v4.runtime.Token |
className |
| Constructor and Description |
|---|
TypeDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
org.antlr.v4.runtime.tree.TerminalNode |
IDENTIFIER() |
GenTreeSrcParser.PackageNameContext |
packageName() |
GenTreeSrcParser.PropertyListContext |
propertyList() |
GenTreeSrcParser.SubtypeListContext |
subtypeList() |
java.util.List<GenTreeSrcParser.TypeModifierContext> |
typeModifier() |
GenTreeSrcParser.TypeModifierContext |
typeModifier(int i) |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic TypeDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public GenTreeSrcParser.PackageNameContext packageName()
public org.antlr.v4.runtime.tree.TerminalNode IDENTIFIER()
public java.util.List<GenTreeSrcParser.TypeModifierContext> typeModifier()
public GenTreeSrcParser.TypeModifierContext typeModifier(int i)
public GenTreeSrcParser.PropertyListContext propertyList()
public GenTreeSrcParser.SubtypeListContext subtypeList()
public int getRuleIndex()
getRuleIndex in class org.antlr.v4.runtime.RuleContextpublic void enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
enterRule in class org.antlr.v4.runtime.ParserRuleContextpublic void exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener)
exitRule in class org.antlr.v4.runtime.ParserRuleContext