Package | Description |
---|---|
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.units |
This package contains interfaces representing a compilation unit.
|
Modifier and Type | Field and Description |
---|---|
protected AtomicReference<IRequest<IABCBytesRequestResult,ICompilationUnit>> |
CompilationUnitBase.abc |
Modifier and Type | Method and Description |
---|---|
protected IABCBytesRequestResult |
SWCCompilationUnit.handleABCBytesRequest()
Find the
DoABC tag from SWFCache by script name and
extract the ABC bytes. |
protected IABCBytesRequestResult |
StyleModuleCompilationUnit.handleABCBytesRequest()
Get the ABC byte code generated from the CSS file.
|
protected IABCBytesRequestResult |
ResourceModuleCompilationUnit.handleABCBytesRequest()
Get the ABC byte code generated from this module class.
|
protected IABCBytesRequestResult |
ResourceBundleCompilationUnit.handleABCBytesRequest() |
protected IABCBytesRequestResult |
MXMLCompilationUnit.handleABCBytesRequest() |
protected IABCBytesRequestResult |
ImportedASCompilationUnit.handleABCBytesRequest() |
protected IABCBytesRequestResult |
FXGCompilationUnit.handleABCBytesRequest() |
protected IABCBytesRequestResult |
EmbedCompilationUnit.handleABCBytesRequest() |
protected abstract IABCBytesRequestResult |
CompilationUnitBase.handleABCBytesRequest()
Builds a IABCBytesRequestResult.
|
protected IABCBytesRequestResult |
ASCompilationUnit.handleABCBytesRequest() |
protected IABCBytesRequestResult |
ABCCompilationUnit.handleABCBytesRequest() |
Modifier and Type | Method and Description |
---|---|
IRequest<IABCBytesRequestResult,ICompilationUnit> |
InvisibleCompilationUnit.getABCBytesRequest() |
IRequest<IABCBytesRequestResult,ICompilationUnit> |
CompilationUnitBase.getABCBytesRequest() |
Modifier and Type | Class and Description |
---|---|
class |
ABCBytesRequestResult
Output wad containing a result of running the ABCGenerator.
|
Modifier and Type | Method and Description |
---|---|
IRequest<IABCBytesRequestResult,ICompilationUnit> |
ICompilationUnit.getABCBytesRequest()
Gets the request object from which the caller can extract the abc bytes
generated for this ICompilationUnit.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.