RuleNode

TODO add interface description

Members

Functions

getRuleContext
RuleContext getRuleContext()
Undocumented in source.

Inherited Members

From ParseTree

getParent
ParseTree getParent()

@uml @override

getChild
ParseTree getChild(int i)

@uml @override

accept
T accept(ParseTreeVisitor!U visitor)

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

getText
string getText()

@uml 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)

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

Meta