| Package | Description |
|---|---|
| org.granite.generator.as3 | |
| org.granite.generator.as3.reflect |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JavaImport> |
JavaClientGroovyTransformer.javaImports |
protected Map<String,JavaImport> |
JavaClientGroovyTransformer.javaPropertyImports |
| Modifier and Type | Method and Description |
|---|---|
JavaImport |
JavaClientGroovyTransformer.getJavaImport(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Set<JavaImport> |
JavaClientGroovyTransformer.getJavaImports(ClientType clientType,
boolean property) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImport |
| Modifier and Type | Field and Description |
|---|---|
protected Set<JavaImport> |
JavaBean.imports |
protected Set<JavaImport> |
JavaRemoteDestination.imports |
| Modifier and Type | Method and Description |
|---|---|
JavaImport |
JavaTypeFactory.getJavaImport(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
Set<JavaImport> |
JavaBean.getImports() |
Set<JavaImport> |
JavaRemoteDestination.getImports() |
Set<JavaImport> |
JavaTypeFactory.getJavaImports(ClientType clientType,
boolean property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaBean.addToImports(JavaImport javaImport) |
protected void |
JavaRemoteDestination.addToImports(JavaImport javaImport) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaBean.addToImports(Set<JavaImport> javaImports) |
protected void |
JavaRemoteDestination.addToImports(Set<JavaImport> javaImports) |