| Package | Description |
|---|---|
| org.apache.royale.compiler.units |
| 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.
|
IRequest<IFileScopeRequestResult,ICompilationUnit> |
ICompilationUnit.getFileScopeRequest()
Gets the request object from which the caller can extract the root scope,
AST, and any parsing ICompilerProblems, for the CompilationUnit.
|
IRequest<IOutgoingDependenciesRequestResult,ICompilationUnit> |
ICompilationUnit.getOutgoingDependenciesRequest()
Gets the request object from which the caller cause the dependency graph to be updated
with all the dependencies from this compilation unit.
|
IRequest<ISWFTagsRequestResult,ICompilationUnit> |
ICompilationUnit.getSWFTagsRequest()
Gets the request object with which the caller can add the SWF tags
generated for this ICompilationUnit to a ISWF.
|
IRequest<ISyntaxTreeRequestResult,ICompilationUnit> |
ICompilationUnit.getSyntaxTreeRequest()
Gets the request object from which the caller can extract the syntax tree
and any source file parsing
ICompilerProblem's
for this ICompilationUnit. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.