ParseTreeWalker class

Constructors

ParseTreeWalker()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

enterRule(ParseTreeListener listener, RuleNode r) → void
The discovery of a rule node, involves sending two events: the generic {@link ParseTreeListener#enterEveryRule} and a RuleContext-specific event. First we trigger the generic and then the rule specific. We to them in reverse order upon finishing the node.
exitRule(ParseTreeListener listener, RuleNode r) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
walk(ParseTreeListener listener, ParseTree t) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

DEFAULT ParseTreeWalker
final