ParseTreeWalker

TODO add class description

Members

Functions

enterRule
void enterRule(ParseTreeListener listener, RuleNode r)
Undocumented in source. Be warned that the author may not have intended to support it.
exitRule
void exitRule(ParseTreeListener listener, RuleNode r)
Undocumented in source. Be warned that the author may not have intended to support it.
walk
void walk(ParseTreeListener listener, ParseTree t)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DEFAULT
ParseTreeWalker DEFAULT;
Undocumented in source.

Meta