Package | Description |
---|---|
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
Modifier and Type | Field and Description |
---|---|
Iterable<SWFTarget.SWFFrameInfo> |
SWFTarget.FramesInformation.frameInfos
Iterable of SWFTarget.SWFFrameInfo s which represents the
skeleton of a SWF being built by a SWFTarget . |
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 . |
Constructor and Description |
---|
SWFTarget.FramesInformation(Iterable<SWFTarget.SWFFrameInfo> frameInfos) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.