| Package | Description |
|---|---|
| org.granite.generator.as3 |
| Modifier and Type | Field and Description |
|---|---|
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.LIST_COLLECTION_VIEW |
static As3Type |
As3Type.LONG |
static As3Type |
As3Type.MATH_CONTEXT |
static As3Type |
As3Type.NUMBER |
static As3Type |
As3Type.OBJECT |
static As3Type |
As3Type.PAGE |
static As3Type |
As3Type.PAGE_INFO |
static As3Type |
As3Type.ROUNDING_MODE |
static As3Type |
As3Type.SORT_INFO |
static As3Type |
As3Type.STRING |
static As3Type |
As3Type.UINT |
static As3Type |
As3Type.XML |
| Modifier and Type | Method and Description |
|---|---|
protected As3Type |
DefaultAs3TypeFactory.createAs3Type(Class<?> jType) |
protected As3Type |
LCDSAs3TypeFactory.createAs3Type(Class<?> jType) |
protected As3Type |
DefaultAs3TypeFactory.getFromCache(Class<?> jType) |
protected As3Type |
LCDSAs3TypeFactory.getFromCache(Class<?> jType) |
As3Type |
As3Type.toArrayType() |
As3Type |
As3Type.translatePackage(PackageTranslator translator) |
As3Type |
As3Type.translatePackages(List<PackageTranslator> translators) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAs3TypeFactory.putInCache(Class<?> jType,
As3Type as3Type) |
protected void |
LCDSAs3TypeFactory.putInCache(Class<?> jType,
As3Type as3Type) |