AstVisitor<T> class abstract interface

Implemented types
Implementers

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
visitBottomTypeLiteral(BottomTypeLiteral typeLiteral) → T
inherited
visitImportStatement(ImportStatement statement) → T
inherited
visitListTypeLiteral(ListTypeLiteral typeLiteral) → T
inherited
visitMapTypeLiteral(MapTypeLiteral typeLiteral) → T
inherited
visitNamedTypeLiteral(NamedTypeLiteral typeLiteral) → T
inherited
visitOptionTypeLiteral(OptionTypeLiteral typeLiteral) → T
inherited
visitParameterizedTypeLiteral(ParameterizedTypeLiteral typeLiteral) → T
inherited
visitProgram(Program program) → T
inherited
visitSetTypeLiteral(SetTypeLiteral typeLiteral) → T
inherited
visitTopTypeLiteral(TopTypeLiteral typeLiteral) → T
inherited
visitTypeDefinitionStatement(TypeDefinitionStatement statement) → T
inherited
visitTypeVariantNode(TypeVariantNode node) → T
inherited
visitTypeVariantParameterNode(TypeVariantParameterNode node) → T
inherited

Operators

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