AstType class abstract
Constructors
Properties
Methods
-
astType(
) → String -
containsCustomType(
) → bool -
Available on AstType, provided by the AstTypeExtension extension
-
convertDartJson2Obj(
{String vname = _replyPlaceholder}) → String? -
Available on AstType, provided by the AstTypeExtension extension
-
convertDartObj2Json(
String valueName) → String -
Available on AstType, provided by the AstTypeExtension extension
-
convertJavaJson2Obj(
{String vname = '[message objectForKey:@"data"]', bool hasDefaultValue = true, bool showGenerics = false}) → String -
Available on AstType, provided by the AstTypeExtension extension
-
convertJavaObj2Json(
String valueName) → String -
Available on AstType, provided by the AstTypeExtension extension
-
convertOcJson2Obj(
{String vname = '[message objectForKey:@"data"]'}) → String? -
Available on AstType, provided by the AstTypeExtension extension
-
convertOcObj2Json(
String valueName) → String -
Available on AstType, provided by the AstTypeExtension extension
-
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 -
recursiveCustomType(
) → List< AstCustomType> -
Available on AstType, provided by the AstTypeExtension extension
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited