RuleNode

TODO add interface description

Members

Functions

getRuleContext
RuleContext getRuleContext()
Undocumented in source.

Inherited Members

From ParseTree

getParent
ParseTree getParent()

@uml @override

setParent
void setParent(RuleContext parent)
Undocumented in source.
getChild
ParseTree getChild(int i)

@uml @override

accept
T accept(ParseTreeVisitor!U visitor)

The {@link ParseTreeVisitor} needs a double dispatch method.

getText
string getText()

Return the combined text of all leaf nodes. Does not get any off-channel tokens (if any) so won't return whitespace and comments if they are sent to parser on hidden channel.

toStringTree
string toStringTree(InterfaceRecognizer parser)

Specialize toStringTree so that it can print out more information based upon the parser.

Meta