TerminalNodeImpl

TODO add class description

Constructors

this
this(Token symbol)
Undocumented in source.

Members

Functions

accept
Variant accept(ParseTreeVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
getChild
ParseTree getChild(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
getChildCount
int getChildCount()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
ParseTree getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
getPayload
Object getPayload()
Undocumented in source. Be warned that the author may not have intended to support it.
getSourceInterval
Interval getSourceInterval()
Undocumented in source. Be warned that the author may not have intended to support it.
getSymbol
Token getSymbol()
Undocumented in source. Be warned that the author may not have intended to support it.
getText
Variant getText()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(RuleContext parent)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()

@uml @override

toStringTree
string toStringTree(InterfaceRecognizer parser)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringTree
string toStringTree()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parent
ParseTree parent;
Undocumented in source.
symbol
Token symbol;
Undocumented in source.

Inherited Members

From TerminalNode

getSymbol
Token getSymbol()
Undocumented in source.

Meta