TypeLiteralVisitor<R> class abstract interface

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) → R
visitListTypeLiteral(ListTypeLiteral typeLiteral) → R
visitMapTypeLiteral(MapTypeLiteral typeLiteral) → R
visitNamedTypeLiteral(NamedTypeLiteral typeLiteral) → R
visitOptionTypeLiteral(OptionTypeLiteral typeLiteral) → R
visitParameterizedTypeLiteral(ParameterizedTypeLiteral typeLiteral) → R
visitSetTypeLiteral(SetTypeLiteral typeLiteral) → R
visitTopTypeLiteral(TopTypeLiteral typeLiteral) → R

Operators

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