Package | Description |
---|---|
org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
org.apache.flex.compiler.tree.as |
Modifier and Type | Interface and Description |
---|---|
interface |
IAppliedVectorDefinition
A definition representing a specialized vector type.
|
interface |
IClassDefinition
A definition representing a
class declaration. |
interface |
IInterfaceDefinition
A definition representing an
interface declaration. |
interface |
IPackageDefinition
A definition representing a package declaration.
|
interface |
ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
Modifier and Type | Class and Description |
---|---|
class |
AppliedVectorDefinition
Definition representing a Vectorized type.
|
class |
ClassDefinition
Each instance of this class represents the definition of an ActionScript
class in the symbol table.
|
class |
ClassDefinitionBase |
class |
ClassTraitsDefinition
Definition to represent the class traits, which holds all the static members,
and whose baseclass is "Class".
|
class |
InterfaceDefinition
Each instance of this class represents the definition of an ActionScript
interface in the symbol table.
|
class |
MemberedDefinition
MemberedDefinition is the abstract base class for definitions that
have members, namely definitions for packages, classes, and interfaces. |
class |
PackageDefinition
This is the abstract base class for definitions in the symbol table that
represent packages.
|
class |
TypeDefinitionBase
Instances of this class represent definitions of ActionScript types (i.e.,
classes and interfaces) in the symbol table.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ITypedClassNode
Represents a class that represents a typed collection.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.