| Package | Description |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionDeclaration |
class |
PropertyDeclaration
Virtual AST node that is created to aggregate a complementing get and set accessor.
|
class |
VariableDeclaration |
| Modifier and Type | Method and Description |
|---|---|
abstract TypedIdeDeclaration |
TypeDeclaration.getMemberDeclaration(String memberName) |
TypedIdeDeclaration |
PredefinedTypeDeclaration.getMemberDeclaration(String memberName) |
TypedIdeDeclaration |
ClassDeclaration.getMemberDeclaration(String memberName) |
abstract TypedIdeDeclaration |
TypeDeclaration.getStaticMemberDeclaration(String memberName) |
TypedIdeDeclaration |
PredefinedTypeDeclaration.getStaticMemberDeclaration(String memberName) |
TypedIdeDeclaration |
ClassDeclaration.getStaticMemberDeclaration(String memberName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TypedIdeDeclaration> |
ClassDeclaration.getMembers() |
Map<String,TypedIdeDeclaration> |
ClassDeclaration.getStaticMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDeclaration.registerMember(TypedIdeDeclaration memberDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
protected TypedIdeDeclaration |
CodeGeneratorBase.findMemberWithBindableAnnotation(Ide qIde,
MethodType methodType,
TypeDeclaration typeDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,Object> |
CodeGeneratorBase.getBindablePropertiesByName(TypedIdeDeclaration member) |
protected static String |
CodeGeneratorBase.getBindablePropertyName(MethodType methodType,
TypedIdeDeclaration member) |
Copyright © 2002–2021 CoreMedia AG. All rights reserved.