Uses of Class
org.granite.generator.as3.As3Type

Packages that use As3Type
org.granite.generator.as3   
org.granite.generator.as3.reflect   
 

Uses of As3Type in org.granite.generator.as3
 

Fields in org.granite.generator.as3 declared as As3Type
static As3Type As3Type.ARRAY
           
static As3Type As3Type.ARRAY_COLLECTION
           
static As3Type As3Type.BIG_DECIMAL
           
static As3Type As3Type.BIG_INTEGER
           
static As3Type As3Type.BOOLEAN
           
static As3Type As3Type.BYTE_ARRAY
           
static As3Type As3Type.DATE
           
static As3Type As3Type.DICTIONARY
           
static As3Type As3Type.ENUM
           
static As3Type As3Type.ILIST
           
static As3Type As3Type.IMAP
           
static As3Type As3Type.INT
           
static As3Type As3Type.LONG
           
static As3Type As3Type.MATH_CONTEXT
           
static As3Type As3Type.NUMBER
           
static As3Type As3Type.OBJECT
           
static As3Type As3Type.ROUNDING_MODE
           
static As3Type As3Type.STRING
           
static As3Type As3Type.UINT
           
static As3Type As3Type.XML
           
 

Methods in org.granite.generator.as3 that return As3Type
protected  As3Type DefaultAs3TypeFactory.createAs3Type(java.lang.Class<?> jType)
           
 As3Type As3TypeFactory.getAs3Type(java.lang.Class<?> jType)
           
 As3Type DefaultAs3TypeFactory.getAs3Type(java.lang.Class<?> jType)
           
 As3Type JavaAs3GroovyTransformer.getAs3Type(java.lang.Class<?> clazz)
           
protected  As3Type DefaultAs3TypeFactory.getFromCache(java.lang.Class<?> jType)
           
 As3Type JavaAs3Output.getTargetType()
           
 

Methods in org.granite.generator.as3 with parameters of type As3Type
protected  void DefaultAs3TypeFactory.putInCache(java.lang.Class<?> jType, As3Type as3Type)
           
 

Uses of As3Type in org.granite.generator.as3.reflect
 

Fields in org.granite.generator.as3.reflect declared as As3Type
protected  As3Type JavaBean.as3Superclass
           
protected  As3Type JavaAbstractType.as3Type
           
 

Methods in org.granite.generator.as3.reflect that return As3Type
 As3Type[] JavaMethod.getAs3ParameterTypes()
           
 As3Type JavaBean.getAs3Superclass()
           
 As3Type As3Typed.getAs3Type()
           
 As3Type JavaAbstractType.getAs3Type()
           
 As3Type JavaFieldProperty.getAs3Type()
           
 As3Type JavaMethodProperty.getAs3Type()
           
 As3Type JavaTypeFactory.getAs3Type(java.lang.Class<?> clazz)