| 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.getMember(String name) |
MemberModel |
ClassModel.getStaticMember(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<MemberModel> |
ClassModel.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassModel.addMember(MemberModel member) |
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.