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