AstType class abstract
Constructors
Properties
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