public static class BasicParser.TypeContext extends ParserRuleContext
Modifier and Type | Field and Description |
---|---|
Token |
staticType |
children, exception, start, stop
EMPTY, invokingState, parent
Constructor and Description |
---|
TypeContext(ParserRuleContext parent,
int invokingState) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(ParseTreeVisitor<? extends T> visitor) |
TerminalNode |
BOOLTYPE() |
TerminalNode |
CHARTYPE() |
int |
getRuleIndex() |
TerminalNode |
INTTYPE() |
BasicParser.VariableContext |
variable() |
addAnyChild, addChild, addChild, addChild, addErrorNode, addErrorNode, copyFrom, enterRule, exitRule, getChild, getChild, getChildCount, getParent, getRuleContext, getRuleContexts, getSourceInterval, getStart, getStop, getToken, getTokens, removeLastChild, toInfoString
depth, getAltNumber, getPayload, getRuleContext, getText, isEmpty, setAltNumber, setParent, toString, toString, toString, toString, toString, toStringTree, toStringTree, toStringTree
public Token staticType
public TypeContext(ParserRuleContext parent, int invokingState)
public TerminalNode INTTYPE()
public TerminalNode BOOLTYPE()
public TerminalNode CHARTYPE()
public BasicParser.VariableContext variable()
public int getRuleIndex()
getRuleIndex
in class RuleContext
public <T> T accept(ParseTreeVisitor<? extends T> visitor)
accept
in interface ParseTree
accept
in class RuleContext