AstTransformer class

Implemented types

Constructors

AstTransformer()

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
visitBinary(Binary ast, void _) AST
override
visitConditional(Conditional ast, void _) AST
override
visitEmptyExpr(EmptyExpr ast, void _) AST
override
visitFunctionCall(FunctionCall ast, void _) AST
override
visitIfNull(IfNull ast, void _) AST
override
visitImplicitReceiver(ImplicitReceiver ast, void _) AST
override
visitInterpolation(Interpolation ast, void _) AST
override
visitKeyedRead(KeyedRead ast, void _) AST
override
visitKeyedWrite(KeyedWrite ast, void _) AST
override
visitLiteralPrimitive(LiteralPrimitive ast, void _) AST
override
visitMethodCall(MethodCall ast, void _) AST
override
visitNamedExpr(NamedExpr ast, void _) AST
override
visitPipe(BindingPipe ast, void _) AST
override
visitPostfixNotNull(PostfixNotNull ast, void _) AST
override
visitPrefixNot(PrefixNot ast, void _) AST
override
visitPropertyRead(PropertyRead ast, void _) AST
override
visitPropertyWrite(PropertyWrite ast, void _) AST
override
visitSafeMethodCall(SafeMethodCall ast, void _) AST
override
visitSafePropertyRead(SafePropertyRead ast, void _) AST
override
visitStaticRead(StaticRead ast, void _) AST
override
visitVariableRead(VariableRead ast, void _) AST
override

Operators

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