Visitor<T> class
abstract
- Implementers
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
-
visitAnonymousExpr(
Anonymous expr) → T -
visitArrayExpr(
Array expr) → T -
visitArrayifExpr(
Arrayif expr) → T -
visitAssignExpr(
Assign expr) → T -
visitAwaitExpr(
Await expr) → T -
visitBinaryExpr(
Binary expr) → T -
visitCallExpr(
Call expr) → T -
visitConditionalExpr(
Conditional expr) → T -
visitDictExpr(
Dict expr) → T -
visitGetExpr(
Get expr) → T -
visitGroupingExpr(
Grouping expr) → T -
visitIndexingExpr(
Indexing expr) → T -
visitIndexSetExpr(
IndexSet expr) → T -
visitLiteralExpr(
Literal expr) → T -
visitLogicalExpr(
Logical expr) → T -
visitMappingExpr(
Mapping expr) → T -
visitNamedArgsExpr(
NamedArgs expr) → T -
visitSetExpr(
Set expr) → T -
visitSuperExpr(
Super expr) → T -
visitThenExpr(
Then expr) → T -
visitThisExpr(
This expr) → T -
visitUnaryExpr(
Unary expr) → T -
visitVariableExpr(
Variable expr) → T
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited