| Package | Description |
|---|---|
| net.jangaroo.jooc.model |
| Modifier and Type | Class and Description |
|---|---|
class |
FieldModel
A model of a field of an ActionScript class.
|
class |
MethodModel
A model of a field of an ActionScript class.
|
class |
PropertyModel
A model of a field of an ActionScript class.
|
| Modifier and Type | Method and Description |
|---|---|
MemberModel |
ClassModel.addMember(MemberModel member)
Adds a member to this class model and returns the member that is replaced by the new member if applicable.
|
MemberModel |
ClassModel.findPropertyWithAnnotation(boolean isStatic,
String annotationName) |
MemberModel |
ClassModel.getMember(String name) |
MemberModel |
ClassModel.getStaticMember(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<MemberModel> |
ClassModel.findPropertiesWithAnnotation(boolean isStatic,
String annotationName) |
List<MemberModel> |
ClassModel.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
MemberModel |
ClassModel.addMember(MemberModel member)
Adds a member to this class model and returns the member that is replaced by the new member if applicable.
|
boolean |
ClassModel.removeMember(MemberModel memberModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassModel.setMembers(List<MemberModel> members) |
Copyright © 2002–2015 CoreMedia AG. All rights reserved.