Visitor class abstract
Constructors
- Visitor()
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visit(
Node node) → void -
visitArrayNode(
ArrayNode node) → void -
visitAssignmentNode(
AssignmentNode node) → void -
visitBlockNode(
BlockNode node) → void -
visitCascadeNode(
CascadeNode node) → void -
visitLiteralArrayNode(
LiteralArrayNode node) → void -
visitLiteralValueNode(
LiteralValueNode node) → void -
visitMessageNode(
MessageNode node) → void -
visitMethodNode(
MethodNode node) → void -
visitPragmaNode(
PragmaNode node) → void -
visitReturnNode(
ReturnNode node) → void -
visitSequenceNode(
SequenceNode node) → void -
visitVariableNode(
VariableNode node) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited