org.apache.flex.compiler.units
package.See: Description
Class | Description |
---|---|
ABCCompilationUnit |
This class represents a compilation unit for an ABC file.
|
ASCompilationUnit | |
CompilationUnitBase |
Abstract class used to share implementation of some ICompilationUnit methods
across multiple concrete implementation classes.
|
EmbedCompilationUnit |
This is a Compilation Unit which handles transcoding and embedding of embed
meta data.
|
EmbedCompilationUnitFactory |
Factory class to create EmbedCompilationUnits from EmbedData.
|
FXGCompilationUnit |
This is a Compilation Unit which handles FXG compilation
|
ImportedASCompilationUnit |
A compilation unit for AS files that are imported into ASC using the
-import option.
|
InvisibleCompilationUnit |
Implementation of
IInvisibleCompilationUnit . |
MXMLCompilationUnit | |
ResourceBundleCompilationUnit |
This is a compilation unit that handles .properties file compilation.
|
ResourceModuleCompilationUnit |
The main compilation unit for a Resource module project.
|
ServicesXMLCompilationUnit |
A compilation unit used to compile Flex dependencies from BlazeDS.
|
SourceCompilationUnitFactory |
Factory that can create
ICompilationUnit 's
given File's. |
StringToCompilationUnitMap |
Maps
File 's to collections of ICompilationUnit 's whose root
files are those files. |
StyleModuleCompilationUnit |
The main compilation unit for a CSS module project.
|
SWCCompilationUnit |
This is a compilation unit for a script in a SWC library.
|
org.apache.flex.compiler.units
package.
See the description
of the org.apache.flex.compiler
package for an explanation
of how the compiler code is organized into external and internal packages.
Copyright © 2016 The Apache Software Foundation. All rights reserved.