| Interface | Description |
|---|---|
| ActionScriptModel |
Tagging interface for all ActionScript models.
|
| AnnotatedModel |
Created with IntelliJ IDEA.
|
| ModelVisitor |
A visitor for ActionScript models.
|
| NamespacedModel |
A model with a namespace.
|
| TypedModel |
Created with IntelliJ IDEA.
|
| ValuedModel |
Created with IntelliJ IDEA.
|
| Class | Description |
|---|---|
| AbstractAnnotatedModel |
Base class for AnnotatedModels.
|
| AbstractTypedModel |
Created with IntelliJ IDEA.
|
| AnnotationModel |
A model of a field of an ActionScript class.
|
| AnnotationPropertyModel |
A model of an ActionScript annotation property.
|
| ClassModel |
A model of an ActionScript class or interface.
|
| CompilationUnitModel |
A model of an ActionScript compilation unit.
|
| CompilationUnitModelRegistry |
A registry of all known classes/interfaces.
|
| CompilationUnitModelResolver |
Base class for CompilationUniteModelResolvers with some convenience methods.
|
| DocumentedModel |
Base class of all jooc ActionScript model classes.
|
| FieldModel |
A model of a field of an ActionScript class.
|
| MemberModel |
An abstract base class for members of an ActionScript class or interface.
|
| MethodModel |
A model of a field of an ActionScript class.
|
| NamedModel |
Created with IntelliJ IDEA.
|
| NamespaceModel |
A model of an ActionScript namespace declaration.
|
| ParamModel |
Created with IntelliJ IDEA.
|
| PropertyModel |
A model of a field of an ActionScript class.
|
| ReturnModel |
Represents the return type and description of a method.
|
| Enum | Description |
|---|---|
| MethodType |
Special method type "getter" or "setter".
|
Copyright © 2002–2021 CoreMedia AG. All rights reserved.