Package | Description |
---|---|
org.apache.flex.compiler.clients |
This package contains classes implementing four compiler command-line tools:
MXMLC , COMPC , ASC , and Optimizer . |
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Class and Description |
---|---|
static class |
Optimizer.OptimizerSWFTarget
A SWF target that will start with a SWF, and simply link it to build it
|
Modifier and Type | Field and Description |
---|---|
protected SWFTarget |
MXMLC.target |
Modifier and Type | Class and Description |
---|---|
class |
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 ). |
class |
FlexAppSWFTarget
Sub-class of
AppSWFTarget that builds an application SWF that uses
the flex framework. |
class |
FlexLibrarySWFTarget |
class |
LibrarySWFTarget
Class to build a library.swf for a SWC.
|
Modifier and Type | Method and Description |
---|---|
protected SWFFrame |
SWFTarget.FramesInformation.createFrame(SWFTarget swfTarget,
SWFTarget.SWFFrameInfo frameInfo,
com.google.common.collect.ImmutableSet<ICompilationUnit> builtCompilationUnits,
Set<ICompilationUnit> emittedCompilationUnits,
Collection<ICompilerProblem> problems)
Creates a
SWFFrame for a SWFTarget.SWFFrameInfo . |
protected void |
SWFTarget.FramesInformation.createFrames(SWFTarget swfTarget,
ISWF swf,
com.google.common.collect.ImmutableSet<ICompilationUnit> builtCompilationUnits,
Set<ICompilationUnit> emittedCompilationUnits,
Collection<ICompilerProblem> problems)
Creates all the
SWFFrame s for the SWF skeleton represented by
this SWFTarget.FramesInformation and adds them to the specified
ISWF . |
Modifier and Type | Field and Description |
---|---|
protected SWFTarget |
SWCDepends.target |
Copyright © 2016 The Apache Software Foundation. All rights reserved.