StatementVisitor<R, C> class abstract

Implementers

Constructors

StatementVisitor()

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
visitCommentStmt(CommentStmt stmt, C context) → R
visitDeclareClassStmt(ClassStmt stmt, C context) → R
visitDeclareFunctionStmt(DeclareFunctionStmt stmt, C context) → R
visitDeclareVarStmt(DeclareVarStmt stmt, C context) → R
visitExpressionStmt(ExpressionStatement stmt, C context) → R
visitIfStmt(IfStmt stmt, C context) → R
visitReturnStmt(ReturnStatement stmt, C context) → R
visitThrowStmt(ThrowStmt stmt, C context) → R
visitTryCatchStmt(TryCatchStmt stmt, C context) → R

Operators

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