| Package | Description |
|---|---|
| org.apache.flex.compiler.asdoc |
This package contains interfaces related to ASDoc,
the documentation system for AS and MXML APIs.
|
| org.apache.flex.compiler.codegen.as | |
| org.apache.flex.compiler.codegen.js | |
| org.apache.flex.compiler.codegen.js.goog | |
| org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
| org.apache.flex.compiler.css |
This package contains interfaces and classes representing various CSS concepts.
|
| org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
| org.apache.flex.compiler.definitions.metadata |
This package contains interfaces representing metadata annotations on definitions.
|
| org.apache.flex.compiler.definitions.references |
This package contains interfaces related to inter-definition references.
|
| org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
| org.apache.flex.compiler.fxg.flex | |
| org.apache.flex.compiler.fxg.swf | |
| org.apache.flex.compiler.internal.abc | |
| org.apache.flex.compiler.internal.as.codegen | |
| org.apache.flex.compiler.internal.caches | |
| org.apache.flex.compiler.internal.codegen.as | |
| org.apache.flex.compiler.internal.codegen.databinding | |
| org.apache.flex.compiler.internal.codegen.js | |
| org.apache.flex.compiler.internal.codegen.js.amd | |
| org.apache.flex.compiler.internal.codegen.js.flexjs | |
| org.apache.flex.compiler.internal.codegen.js.goog | |
| org.apache.flex.compiler.internal.codegen.js.jx | |
| org.apache.flex.compiler.internal.codegen.js.utils | |
| org.apache.flex.compiler.internal.codegen.js.vf2js | |
| org.apache.flex.compiler.internal.codegen.mxml.flexjs | |
| org.apache.flex.compiler.internal.codegen.mxml.vf2js | |
| org.apache.flex.compiler.internal.css |
This package is the internal extension of the external
org.apache.flex.compiler.css package. |
| org.apache.flex.compiler.internal.css.semantics | |
| 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.internal.definitions.metadata | |
| org.apache.flex.compiler.internal.definitions.references | |
| org.apache.flex.compiler.internal.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.mxml package. |
| org.apache.flex.compiler.internal.parsing.as | |
| org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
| org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
| org.apache.flex.compiler.internal.semantics | |
| org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
| org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
| org.apache.flex.compiler.internal.tree.as.metadata | |
| org.apache.flex.compiler.internal.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
| org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
| org.apache.flex.compiler.internal.units.requests |
This package is the internal counterpart of the external
org.apache.flex.compiler.units.requests package. |
| org.apache.flex.compiler.mxml |
This package contains classes and interfaces that provide a syntactic
representation of MXML as tags and attributes, without any semantic
understanding of what those tags and attributes mean in MXML.
|
| org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
| org.apache.flex.compiler.projects |
This package contains interfaces representing projects.
|
| org.apache.flex.compiler.scopes |
This package contains interfaces representing scopes.
|
| org.apache.flex.compiler.tree.as | |
| org.apache.flex.compiler.tree.as.decorators | |
| org.apache.flex.compiler.tree.metadata | |
| org.apache.flex.compiler.tree.mxml | |
| org.apache.flex.compiler.units |
This package contains interfaces representing a compilation unit.
|
| org.apache.flex.compiler.units.requests |
This package contains interfaces representing a compilation unit's
requests and results.
|
| org.apache.flex.compiler.utils | |
| org.apache.flex.swc.dita |
This package contains interfaces representing DITA (Darwin Information
Typing Architecture) information inside a SWC.
|
| Class and Description |
|---|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| Class and Description |
|---|
| IPackageDefinition
A definition representing a package declaration.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| INamespaceDefinition
A definition representing a
namespace declaration. |
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IAccessorDefinition
A definition representing a
function get or
function set declaration. |
| IAppliedVectorDefinition
A definition representing a specialized vector type.
|
| IClassDefinition
A definition representing a
class declaration. |
| IClassDefinition.ClassClassification
Determines the type of class
|
| IClassDefinition.IClassIterator
This interface represents what the
classIterator method
returns. |
| IDefinition
The base class for all definitions.
|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| IEffectDefinition
Represents effect metadata decorating a class definition,
such as
[Effect(name="rollOverEffect", event="rollOver")]. |
| IEventDefinition
Represents event metadata decorating a class definition,
such as
Event(name="click", type="flash.events.MouseEvent")]. |
| IFunctionDefinition
A definition representing a
function declaration. |
| IFunctionDefinition.FunctionClassification
Function classifications (local, class member, interface member, and
package member)
|
| IGetterDefinition
A definition representing a
function get declaration. |
| IInterfaceDefinition
A definition representing an
interface declaration. |
| IInterfaceDefinition.InterfaceClassification
Determines the type of interface
|
| IMemberedDefinition |
| IMetadataDefinition
This interface represents definition which are themselves defined by
metadata, such as definitions for events, styles, and effects.
|
| INamespaceDefinition
A definition representing a
namespace declaration. |
| INamespaceDefinition.ILanguageNamespaceDefinition
Interface implemented by all language namespace definitions.
|
| INamespaceDefinition.INamespaceWithPackageName
Interface implemented by all language namespace definitions associated
with a package.
|
| INamespaceDefinition.IPrivateNamespaceDefinition
Interface implemented by all private namespace definitions.
|
| INamespaceDefinition.NamespaceClassification
Determines the type of namespace
|
| IPackageDefinition.PackageKind
Specifics the kind of package we are dealing with.
|
| IParameterDefinition
A definition representing a parameter declaration.
|
| IQualifiers
Represents a set of namespaces to be used for name resolution.
|
| IScopedDefinition |
| ISetterDefinition
A definition representing a
function set declaration. |
| IStyleDefinition
Represents style metadata decorating a class definition,
such as
Style(name="color", type="uint", format="color", inherit="yes")]. |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition
A definition representing a
var declaration. |
| IVariableDefinition.VariableClassification
Variable classifications (local, argument, class member, interface
member, and package member)
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| INamespaceDefinition
A definition representing a
namespace declaration. |
| Class and Description |
|---|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| INamespaceDefinition
A definition representing a
namespace declaration. |
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| INamespaceDefinition.ILanguageNamespaceDefinition
Interface implemented by all language namespace definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| IPackageDefinition
A definition representing a package declaration.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IAccessorDefinition
A definition representing a
function get or
function set declaration. |
| IClassDefinition
A definition representing a
class declaration. |
| IPackageDefinition
A definition representing a package declaration.
|
| IParameterDefinition
A definition representing a parameter declaration.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition
A definition representing a
var declaration. |
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IPackageDefinition
A definition representing a package declaration.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IPackageDefinition
A definition representing a package declaration.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IPackageDefinition
A definition representing a package declaration.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IFunctionDefinition
A definition representing a
function declaration. |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition
A definition representing a
var declaration. |
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| IPackageDefinition
A definition representing a package declaration.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IAccessorDefinition
A definition representing a
function get or
function set declaration. |
| IAppliedVectorDefinition
A definition representing a specialized vector type.
|
| IBindableVariableDefinition
Marker interface for getter/setter definitions created by variable
declarations that are marked with
[Bindable] metadata. |
| IClassDefinition
A definition representing a
class declaration. |
| IClassDefinition.ClassClassification
Determines the type of class
|
| IClassDefinition.IClassIterator
This interface represents what the
classIterator method
returns. |
| IConstantDefinition
A definition representing a
const declaration. |
| IDefinition
The base class for all definitions.
|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| IEffectDefinition
Represents effect metadata decorating a class definition,
such as
[Effect(name="rollOverEffect", event="rollOver")]. |
| IEventDefinition
Represents event metadata decorating a class definition,
such as
Event(name="click", type="flash.events.MouseEvent")]. |
| IFunctionDefinition
A definition representing a
function declaration. |
| IFunctionDefinition.FunctionClassification
Function classifications (local, class member, interface member, and
package member)
|
| IGetterDefinition
A definition representing a
function get declaration. |
| IInterfaceDefinition
A definition representing an
interface declaration. |
| IInterfaceDefinition.InterfaceClassification
Determines the type of interface
|
| IMemberedDefinition |
| IMetadataDefinition
This interface represents definition which are themselves defined by
metadata, such as definitions for events, styles, and effects.
|
| INamespaceDefinition
A definition representing a
namespace declaration. |
| INamespaceDefinition.ICodeModelImplicitDefinitionNamespaceDefinition
Interface implemented by the code model implicit definition namespace
definition.
|
| INamespaceDefinition.IFilePrivateNamespaceDefinition
Interface implemented by all file private namespace definitions.
|
| INamespaceDefinition.IInterfaceNamespaceDefinition
Interface implemented by all interface namespace definitions.
|
| INamespaceDefinition.IInternalNamespaceDefinition
Interface implemented by all internal namespace definitions.
|
| INamespaceDefinition.ILanguageNamespaceDefinition
Interface implemented by all language namespace definitions.
|
| INamespaceDefinition.IPrivateNamespaceDefinition
Interface implemented by all private namespace definitions.
|
| INamespaceDefinition.IProtectedNamespaceDefinition
Interface implemented by all protected namespace definitions.
|
| INamespaceDefinition.IPublicNamespaceDefinition
Interface implemented by all public namespace definitions.
|
| INamespaceDefinition.IStaticProtectedNamespaceDefinition
Interface implemented by all static protected namespace definitions.
|
| IPackageDefinition
A definition representing a package declaration.
|
| IPackageDefinition.PackageKind
Specifics the kind of package we are dealing with.
|
| IParameterDefinition
A definition representing a parameter declaration.
|
| IQualifiers
Represents a set of namespaces to be used for name resolution.
|
| IScopedDefinition |
| ISetterDefinition
A definition representing a
function set declaration. |
| IStyleDefinition
Represents style metadata decorating a class definition,
such as
Style(name="color", type="uint", format="color", inherit="yes")]. |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition
A definition representing a
var declaration. |
| IVariableDefinition.VariableClassification
Variable classifications (local, argument, class member, interface
member, and package member)
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| INamespaceDefinition
A definition representing a
namespace declaration. |
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IEffectDefinition
Represents effect metadata decorating a class definition,
such as
[Effect(name="rollOverEffect", event="rollOver")]. |
| IEventDefinition
Represents event metadata decorating a class definition,
such as
Event(name="click", type="flash.events.MouseEvent")]. |
| INamespaceDefinition
A definition representing a
namespace declaration. |
| IStyleDefinition
Represents style metadata decorating a class definition,
such as
Style(name="color", type="uint", format="color", inherit="yes")]. |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| IInterfaceDefinition
A definition representing an
interface declaration. |
| INamespaceDefinition
A definition representing a
namespace declaration. |
| INamespaceDefinition.ILanguageNamespaceDefinition
Interface implemented by all language namespace definitions.
|
| IParameterDefinition
A definition representing a parameter declaration.
|
| IQualifiers
Represents a set of namespaces to be used for name resolution.
|
| IScopedDefinition |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| IFunctionDefinition
A definition representing a
function declaration. |
| INamespaceDefinition
A definition representing a
namespace declaration. |
| IScopedDefinition |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IClassDefinition.ClassClassification
Determines the type of class
|
| IDefinition
The base class for all definitions.
|
| IFunctionDefinition.FunctionClassification
Function classifications (local, class member, interface member, and
package member)
|
| INamespaceDefinition.NamespaceClassification
Determines the type of namespace
|
| IQualifiers
Represents a set of namespaces to be used for name resolution.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition.VariableClassification
Variable classifications (local, argument, class member, interface
member, and package member)
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| IEventDefinition
Represents event metadata decorating a class definition,
such as
Event(name="click", type="flash.events.MouseEvent")]. |
| IVariableDefinition
A definition representing a
var declaration. |
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IClassDefinition.ClassClassification
Determines the type of class
|
| IDefinition
The base class for all definitions.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition
A definition representing a
var declaration. |
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| IScopedDefinition |
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IClassDefinition.ClassClassification
Determines the type of class
|
| IDefinition
The base class for all definitions.
|
| IDocumentableDefinition
The base class for definitions which can have ASDoc comments.
|
| IFunctionDefinition
A definition representing a
function declaration. |
| IFunctionDefinition.FunctionClassification
Function classifications (local, class member, interface member, and
package member)
|
| IInterfaceDefinition
A definition representing an
interface declaration. |
| IMemberedDefinition |
| INamespaceDefinition.NamespaceClassification
Determines the type of namespace
|
| IScopedDefinition |
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition.VariableClassification
Variable classifications (local, argument, class member, interface
member, and package member)
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IVariableDefinition
A definition representing a
var declaration. |
| Class and Description |
|---|
| IClassDefinition
A definition representing a
class declaration. |
| IDefinition
The base class for all definitions.
|
| IFunctionDefinition
A definition representing a
function declaration. |
| IParameterDefinition
A definition representing a parameter declaration.
|
| ITypeDefinition
The base interface for class and interface definitions,
including definitions of vector types.
|
| IVariableDefinition
A definition representing a
var declaration. |
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
| Class and Description |
|---|
| IDefinition
The base class for all definitions.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.