Package | Description |
---|---|
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets 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.units.requests |
This package contains interfaces representing a compilation unit's
requests and results.
|
org.apache.flex.swf |
This package and its subpackages contain a support library
for reading, writing, and representing SWF files.
|
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 SWFFrame |
SWFTarget.createWithClassesAndItsDependencies(SWFFrame frame,
Collection<ClassDefinition> frameRootClasses,
ASProjectScope projectScope,
boolean allowExternals,
Set<ICompilationUnit> emittedCompilationUnits)
Add a set of root classes and its dependencies to a new frame or to an existing
frame.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SWFTarget.addCompilationUnitsAndDependenciesToFrame(SWFFrame frame,
Collection<ICompilationUnit> rootedUnitsForFrame,
boolean allowExternals,
Set<ICompilationUnit> emittedCompilationUnits) |
protected abstract void |
SWFTarget.addLinkedABCToFrame(SWFFrame targetFrame,
Iterable<DoABCTag> inputABCs,
ABCLinker.ABCLinkerSettings linkSettings) |
protected void |
LibrarySWFTarget.addLinkedABCToFrame(SWFFrame targetFrame,
Iterable<DoABCTag> inputABCs,
ABCLinker.ABCLinkerSettings linkSettings) |
protected void |
AppSWFTarget.addLinkedABCToFrame(SWFFrame targetFrame,
Iterable<DoABCTag> inputABCs,
ABCLinker.ABCLinkerSettings linkSettings) |
protected SWFFrame |
SWFTarget.createWithClassesAndItsDependencies(SWFFrame frame,
Collection<ClassDefinition> frameRootClasses,
ASProjectScope projectScope,
boolean allowExternals,
Set<ICompilationUnit> emittedCompilationUnits)
Add a set of root classes and its dependencies to a new frame or to an existing
frame.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SWFTagsRequestResult.addToFrame(SWFFrame f) |
Modifier and Type | Method and Description |
---|---|
boolean |
ISWFTagsRequestResult.addToFrame(SWFFrame f)
Adds generated SWF tags to specified SWFFrame
|
Modifier and Type | Method and Description |
---|---|
SWFFrame |
SWF.getFrameAt(int index) |
SWFFrame |
ISWF.getFrameAt(int index)
Get frame by index.
|
Modifier and Type | Method and Description |
---|---|
List<SWFFrame> |
SWF.getFrames()
Return all the frames in the SWF.
|
Modifier and Type | Method and Description |
---|---|
void |
SWF.addFrame(SWFFrame frame) |
void |
ISWF.addFrame(SWFFrame frame)
Add a frame.
|
static void |
SWFFrame.forceSymbolClassTag(SWFFrame frame)
Force creating a SymbolClass tag on the frame.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.