Package | Description |
---|---|
flash.tools.debugger.expression | |
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.js | |
org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
org.apache.flex.compiler.config |
This package contains classes and interfaces related to the configuration subsystem.
|
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.internal.as.codegen | |
org.apache.flex.compiler.internal.codegen.js | |
org.apache.flex.compiler.internal.config |
This package is the internal counterpart of the external
org.apache.flex.compiler.config package. |
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.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.mxml | |
org.apache.flex.compiler.internal.definitions.references | |
org.apache.flex.compiler.internal.driver.js | |
org.apache.flex.compiler.internal.embedding | |
org.apache.flex.compiler.internal.embedding.transcoders | |
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 |
This package is the internal counterpart of the external
org.apache.flex.compiler.parsing package. |
org.apache.flex.compiler.internal.parsing.as | |
org.apache.flex.compiler.internal.parsing.mxml | |
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.resourcebundles | |
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.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.tree.properties |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.properties 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.internal.workspaces |
This package is the internal counterpart of the external
org.apache.flex.compiler.workspaces 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.parsing |
This package contains classes and interfaces involved in parsing
AS and 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.tree.as | |
org.apache.flex.compiler.tree.metadata | |
org.apache.flex.compiler.tree.mxml | |
org.apache.flex.compiler.tree.properties | |
org.apache.flex.compiler.units |
This package contains interfaces representing a compilation unit.
|
org.apache.flex.compiler.workspaces |
This package contains classes and interface related to workspaces,
which cache project-independent information.
|
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ASImportTarget |
ASModifier
Modifiers found within the AS3 language.
|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
DependencyTypeSet
Stores the set of dependency types for an edge in the dependency graph.
|
IImportTarget
Represents the target of an import statement (e.g. import mx.controls.Button or import mx.controls.*)
and encapsulates the logic involved in combining a reference (Button or mx.controls.Button) with
the import target to get a fully qualified name.
|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Multiname |
MutablePrefixMap
This is a mutable version of a
PrefixMap that allows additions and
removals of namespaces |
NodeReference
Helper class to abstract the details of how we get back to Nodes from Definitions and NamespaceReferences.
|
PrefixMap
A PrefixMap contains a collection of prefix to namespace mappings found in
MXML documents.
|
RecursionGuard
Recursion guard that can be used throughout code model to make sure we don't infinitely recurse when
performing type lookups, etc.
|
XMLName
Qualified element name (XML namespace and local name).
|
Class and Description |
---|
IPathResolver
Interface for resolving path names to files.
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ASModifier
Modifiers found within the AS3 language.
|
ModifiersSet
Map for holding a set of modifiers
|
Class and Description |
---|
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IPathResolver
Interface for resolving path names to files.
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
ASModifier
Modifiers found within the AS3 language.
|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
ModifiersSet
Map for holding a set of modifiers
|
NodeReference
Helper class to abstract the details of how we get back to Nodes from Definitions and NamespaceReferences.
|
Class and Description |
---|
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
Class and Description |
---|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
PrefixedXMLName
A subclass of XMLName used by clients that need to manipulate the actual
syntactic form of the element name (including its prefix).
|
PrefixMap
A PrefixMap contains a collection of prefix to namespace mappings found in
MXML documents.
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
XMLName
Qualified element name (XML namespace and local name).
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
MutablePrefixMap
This is a mutable version of a
PrefixMap that allows additions and
removals of namespaces |
PrefixMap
A PrefixMap contains a collection of prefix to namespace mappings found in
MXML documents.
|
Class and Description |
---|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
DependencyTypeSet
Stores the set of dependency types for an edge in the dependency graph.
|
IDefinitionPriority
The "priority" of a definition determines whether that definition shadows definitions from other
compilation units that have the same qname.
|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
XMLName
Qualified element name (XML namespace and local name).
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
Multiname |
NodeReference
Helper class to abstract the details of how we get back to Nodes from Definitions and NamespaceReferences.
|
XMLName
Qualified element name (XML namespace and local name).
|
Class and Description |
---|
ASModifier
Modifiers found within the AS3 language.
|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
IDecoration
A
IDecoration is a type of parse tree element that decorates an IDefinitionNode . |
IEmbedResolver
Any Node related to embedding (EmbedNode, MXMLEmbedNode) needs to implement
this interface so as to be able resolve the compilation unit related to that
embedded asset.
|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
IImportTarget
Represents the target of an import statement (e.g. import mx.controls.Button or import mx.controls.*)
and encapsulates the logic involved in combining a reference (Button or mx.controls.Button) with
the import target to get a fully qualified name.
|
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
ModifiersSet
Map for holding a set of modifiers
|
RecursionGuard
Recursion guard that can be used throughout code model to make sure we don't infinitely recurse when
performing type lookups, etc.
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
ASModifier
Modifiers found within the AS3 language.
|
IDecoration
A
IDecoration is a type of parse tree element that decorates an IDefinitionNode . |
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
ASModifier
Modifiers found within the AS3 language.
|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
IEmbedResolver
Any Node related to embedding (EmbedNode, MXMLEmbedNode) needs to implement
this interface so as to be able resolve the compilation unit related to that
embedded asset.
|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
SourceLocation
Common class to store file/location information across all source types
such as AS, CSS etc
|
Class and Description |
---|
IDefinitionPriority
The "priority" of a definition determines whether that definition shadows definitions from other
compilation units that have the same qname.
|
IEmbedResolver
Any Node related to embedding (EmbedNode, MXMLEmbedNode) needs to implement
this interface so as to be able resolve the compilation unit related to that
embedded asset.
|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IDefinitionPriority
The "priority" of a definition determines whether that definition shadows definitions from other
compilation units that have the same qname.
|
Class and Description |
---|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
PrefixMap
A PrefixMap contains a collection of prefix to namespace mappings found in
MXML documents.
|
XMLName
Qualified element name (XML namespace and local name).
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
DependencyTypeSet
Stores the set of dependency types for an edge in the dependency graph.
|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
XMLName
Qualified element name (XML namespace and local name).
|
Class and Description |
---|
ASModifier
Modifiers found within the AS3 language.
|
IDecoration
A
IDecoration is a type of parse tree element that decorates an IDefinitionNode . |
IEmbedResolver
Any Node related to embedding (EmbedNode, MXMLEmbedNode) needs to implement
this interface so as to be able resolve the compilation unit related to that
embedded asset.
|
IImportTarget
Represents the target of an import statement (e.g. import mx.controls.Button or import mx.controls.*)
and encapsulates the logic involved in combining a reference (Button or mx.controls.Button) with
the import target to get a fully qualified name.
|
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IDecoration
A
IDecoration is a type of parse tree element that decorates an IDefinitionNode . |
IMetaInfo
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag . |
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IEmbedResolver
Any Node related to embedding (EmbedNode, MXMLEmbedNode) needs to implement
this interface so as to be able resolve the compilation unit related to that
embedded asset.
|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
ISourceLocation
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
|
Class and Description |
---|
IDefinitionPriority
The "priority" of a definition determines whether that definition shadows definitions from other
compilation units that have the same qname.
|
Class and Description |
---|
IFileSpecificationGetter
Interface that abstracts the acquisition of
IFileSpecification 's which
are used to open files by the compiler. |
Class and Description |
---|
DependencyType
An enumeration representing the four types of dependencies that an
edge in a
DependencyGraph can have. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.