Package | Description |
---|---|
org.apache.flex.compiler.internal.as.codegen | |
org.apache.flex.compiler.internal.definitions |
This package is the internal counterpart of the external
org.apache.flex.compiler.definitions package. |
org.apache.flex.compiler.internal.embedding.transcoders | |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units 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.internal.workspaces |
This package is the internal counterpart of the external
org.apache.flex.compiler.workspaces package. |
org.apache.flex.compiler.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
org.apache.flex.compiler.units.requests |
This package contains interfaces representing a compilation unit's
requests and results.
|
Modifier and Type | Method and Description |
---|---|
Set<EmbedData> |
GlobalLexicalScope.getEmbeds() |
Modifier and Type | Method and Description |
---|---|
EmbedData |
ClassDefinition.getEmbeddedAsset(CompilerProject project,
Collection<ICompilerProblem> problems)
Get any embedded data decorating the class definition
|
Modifier and Type | Field and Description |
---|---|
protected EmbedData |
TranscoderBase.data |
Constructor and Description |
---|
DataTranscoder(EmbedData data,
Workspace workspace)
Constructor.
|
ImageTranscoder(EmbedData data,
Workspace workspace)
Constructor.
|
JPEGTranscoder(EmbedData data,
Workspace workspace) |
MovieTranscoder(EmbedData data,
Workspace workspace)
Constructor.
|
PBJTranscoder(EmbedData data,
Workspace workspace)
Constructor.
|
ScalableTranscoder(EmbedData data,
Workspace workspace) |
SkinTranscoder(EmbedData data,
Workspace workspace,
EmbedData.SkinClassInfo skinClassInfo) |
SoundTranscoder(EmbedData data,
Workspace workspace)
Constructor.
|
TranscoderBase(EmbedData data,
Workspace workspace) |
XMLTranscoder(EmbedData data,
Workspace workspace)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
EmbedCompilationUnit |
CompilerProject.getCompilationUnit(EmbedData data)
Return the compilation unit related this EmbedData, or it's equivalent.
|
Modifier and Type | Method and Description |
---|---|
EmbedData |
EmbedCompilationUnit.getEmbedData() |
static EmbedData |
EmbedCompilationUnitFactory.getEmbedData(CompilerProject project,
String specifiedQName,
String containingSourceFilename,
ISourceLocation location,
IMetaTagAttribute[] attributes,
Collection<ICompilerProblem> problems)
Return an EmbedData based on information from the meta data attributes.
|
Modifier and Type | Method and Description |
---|---|
static void |
EmbedCompilationUnitFactory.collectEmbedDatas(ICompilerProject project,
IFileNodeAccumulator fileNode,
Set<EmbedData> embeds,
Collection<ICompilerProblem> problems)
Collect any embed datas in the file
|
Constructor and Description |
---|
EmbedCompilationUnit(CompilerProject project,
EmbedData data) |
Modifier and Type | Method and Description |
---|---|
Collection<EmbedData> |
ABCBytesRequestResult.getEmbeds() |
Constructor and Description |
---|
ABCBytesRequestResult(byte[] bytes,
ICompilerProblem[] problems,
Set<EmbedData> embeds)
This constructor is used when code generation completes normally.
|
SWFTagsRequestResult(byte[] abcData,
String tagName,
Collection<EmbedData> embeddedAssets)
Create a
SWFTagsRequestResult . |
Modifier and Type | Method and Description |
---|---|
EmbedData |
Workspace.getCanonicalEmbedData(EmbedData data)
If there is an existing EmbedData which is equivalent to the data
EmbedData, return the equiv. otherwise return the entered EmbedData
|
Modifier and Type | Method and Description |
---|---|
Map<EmbedData,EmbedData> |
Workspace.getEmbedDatas()
Returns all EmbedDatas
|
Map<EmbedData,EmbedData> |
Workspace.getEmbedDatas()
Returns all EmbedDatas
|
Modifier and Type | Method and Description |
---|---|
EmbedData |
Workspace.getCanonicalEmbedData(EmbedData data)
If there is an existing EmbedData which is equivalent to the data
EmbedData, return the equiv. otherwise return the entered EmbedData
|
Constructor and Description |
---|
EmbedCouldNotDetermineSampleFrameCountProblem(EmbedData data) |
EmbedUnsupportedSamplingRateProblem(EmbedData data,
int frequency) |
Modifier and Type | Method and Description |
---|---|
Collection<EmbedData> |
IABCBytesRequestResult.getEmbeds() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.