org.apache.flex.compiler.targets
package.See: Description
Interface | Description |
---|---|
ILibrarySWFTarget |
Interface for library swf targets.
|
ITargetAttributes |
Attributes that changes the target output, such as "frame rate", "SWF width"
and "Use GPU".
|
Class | Description |
---|---|
AppSWFTarget |
Sub-class of
SWFTarget that builds a SWF that is meant to be loaded
by the flash player ( as opposed to a library.swf in a SWC ). |
FlexAppSWFTarget |
Sub-class of
AppSWFTarget that builds an application SWF that uses
the flex framework. |
FlexFontInfo |
Utility class to store font information obtained from the font transcoder
|
FlexJSSWCTarget | |
FlexJSTarget | |
FlexLibrarySWFTarget | |
FlexTarget |
Delegate class used by flex specific targets to generate flex specific code.
|
JSTarget | |
LibrarySWFTarget |
Class to build a library.swf for a SWC.
|
LinkageChecker |
Class to handle all of the checks for external linkage.
|
NilTargetAttributes |
Nil implementation of
ITargetAttributes . |
SWCTarget |
Compilation target for SWC library.
|
SWFTarget |
Concrete implementation of ITarget for building a collection of source files
into a SWF.
|
SWFTarget.FramesInformation | |
SWFTarget.SWFFrameInfo | |
TagSorter |
This is an utility class that can sort tags in topological order.
|
Target |
Abstract base class to help subclasses implement ITarget.
|
Target.BuiltCompilationUnitSet |
Wad that holds a set of
ICompilationUnit s that have been built to
build the output of this target and any ICompilerProblem s found
building those ICompilationUnit s. |
Target.DirectDependencies |
Wad containing an
Iterable of ICompilationUnit s and an
Iterable of ICompilerProblem s found while constructing
the Iterable of ICompilationUnit s. |
Target.RootedCompilationUnits |
Wad containing the set of
ICompilationUnit s that root the dependency walk
and any ICompilerProblem s encountered computing the roots of the
dependency walk. |
TargetAttributesMap |
An implementation of
ITargetAttributes based on a Java Map . |
TargetAttributesMetadata |
An implementation of
ITargetAttributes based on a
IMetaTagNode . |
TargetReport |
Implementation of the
ITargetReport interface. |
org.apache.flex.compiler.targets
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.