| Interface | Description |
|---|---|
| IDecoration |
A
IDecoration is a type of parse tree element that decorates an IDefinitionNode. |
| 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. |
| IImportTarget |
Represents the target of an import statement (e.g.
|
| IMetaInfo |
This interface represents the information content of one metadata annotation
and is shared by
IMetaTagNode and IMetaTag. |
| IPathResolver |
Interface for resolving path names to files.
|
| ISourceLocation |
This interface provides information about where something
(a token, a tag, an attribute, a node, a definition, etc.)
appears in source code.
|
| Class | Description |
|---|---|
| ASModifier |
Modifiers found within the AS3 language.
|
| DependencyTypeSet |
Stores the set of dependency types for an edge in the dependency graph.
|
| ModifiersSet |
Map for holding a set of modifiers
|
| 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.
|
| SourceLocation |
Common class to store file/location information across all source types
such as AS, CSS etc
|
| VersionInfo |
A helper class for querying build number, Flex version, and library
version information.
|
| XMLName |
Qualified element name (XML namespace and local name).
|
| Enum | Description |
|---|---|
| DependencyType |
An enumeration representing the four types of dependencies that an
edge in a DependencyGraph can have.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.