analyzer package
documentation
type_visitor
TypeVisitor
<
R
>
visitVoidType abstract method
visitVoidType
visitVoidType
method
Null safety
R
visitVoidType
(
VoidType
type
)
Implementation
R visitVoidType(VoidType type);
analyzer package
documentation
type_visitor
TypeVisitor
<
R
>
visitVoidType abstract method
TypeVisitor class
Constructors
TypeVisitor
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
visitDynamicType
visitFunctionType
visitInterfaceType
visitNeverType
visitTypeParameterType
visitVoidType
Operators
operator ==