AstType class abstract

Inheritance
Implementers
Available extensions

Constructors

AstType(bool maybeNull, List<bool> genericMaybeNull, {bool keepRaw = false, List<AstType> generics = const <AstType>[]})
const

Properties

genericMaybeNull List<bool>
final
generics List<AstType>
final
hashCode int
The hash code for this object.
no setterinherited
keepRaw bool
final
maybeNull bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

astType() String
dartDefault() String
dartType({bool showGenerics = false}) String
javaDefault() String
javaNewInstance() String
javaType({bool showGenerics = false}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ocType({bool showGenerics = false}) String
realType() AstType
toString() String
A string representation of this object.
override

Operators

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