UnifyingTypeVisitor<R> class abstract

Invokes visitDartType from any other visitXyz method.

Clients may extend this class.

Implemented types

Constructors

UnifyingTypeVisitor()
const

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
visitDartType(DartType type) → R
By default other visitXyz methods invoke this method.
visitDynamicType(DynamicType type) → R
override
visitFunctionType(FunctionType type) → R
override
visitInterfaceType(InterfaceType type) → R
override
visitNeverType(NeverType type) → R
override
visitTypeParameterType(TypeParameterType type) → R
override
visitVoidType(VoidType type) → R
override

Operators

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