public static class InflectionParser.ClassViewDeclarationContext
extends org.antlr.v4.runtime.ParserRuleContext
| Constructor and Description |
|---|
ClassViewDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor) |
InflectionParser.DefaultSuperDeclarationContext |
defaultSuperDeclaration() |
void |
enterRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
void |
exitRule(org.antlr.v4.runtime.tree.ParseTreeListener listener) |
int |
getRuleIndex() |
InflectionParser.IdentifierContext |
identifier() |
InflectionParser.SuperDeclarationContext |
superDeclaration() |
org.antlr.v4.runtime.tree.TerminalNode |
VIEW() |
InflectionParser.ViewBodyContext |
viewBody() |
InflectionParser.ViewofDeclarationContext |
viewofDeclaration() |
addChild, addChild, addChild, addErrorNode, copyFrom, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoStringpublic ClassViewDeclarationContext(org.antlr.v4.runtime.ParserRuleContext parent,
int invokingState)
public InflectionParser.DefaultSuperDeclarationContext defaultSuperDeclaration()
public InflectionParser.SuperDeclarationContext superDeclaration()
public org.antlr.v4.runtime.tree.TerminalNode VIEW()
public InflectionParser.IdentifierContext identifier()
public InflectionParser.ViewBodyContext viewBody()
public InflectionParser.ViewofDeclarationContext viewofDeclaration()
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.ParserRuleContextpublic <T> T accept(org.antlr.v4.runtime.tree.ParseTreeVisitor<? extends T> visitor)
accept in interface org.antlr.v4.runtime.tree.ParseTreeaccept in class org.antlr.v4.runtime.RuleContext