Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestMaker<ResultType extends IRequestResult,RequesteeInterfaceType,RequesteeType extends RequesteeInterfaceType>
Creates implementations of the IRequest, where the object returned from the
get method of the IRequest is returned from a Callable returned from the
getCallable method implemented by subclasses of this class.
|
Modifier and Type | Class and Description |
---|---|
class |
ABCBytesRequestResult
Output wad containing a result of running the ABCGenerator.
|
class |
ABCFileScopeRequestResult
|
class |
ASFileScopeRequestResult
|
class |
EmbedFileScopeRequestResult
Result of the file scope request on a EmbedCompilationUnit
|
class |
FileScopeRequestResultBase
Base implementation of an
IFileScopeRequestResult . |
class |
SWFTagsRequestResult
Create a
DoABC SWF tag for the given ABC byte code. |
class |
SyntaxTreeRequestResult
Generic implementation of
ISyntaxTreeRequestResult . |
Modifier and Type | Interface and Description |
---|---|
interface |
IRequest<T extends IRequestResult,U>
Interface to all request objects obtained from methods on ICompilationUnit.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IABCBytesRequestResult
Result object for the GET_ABC_BYTES operation on ICompilationUnit.
|
interface |
IFileScopeRequestResult |
interface |
IOutgoingDependenciesRequestResult
Result object for the GET_SEMANTIC_PROBLEMS operation on ICompilationUnit.
|
interface |
ISWFTagsRequestResult
Result object for the GET_SWF_TAGS operation on ICompilationUnit.
|
interface |
ISyntaxTreeRequestResult
Interface implemented by result objects for the request syntax tree operation of
ICompilationUnit 's. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.