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<ISyntaxTreeRequestResult,ICompilationUnit>> |
CompilationUnitBase.syntaxTreeRequest |
Modifier and Type | Method and Description |
---|---|
protected ISyntaxTreeRequestResult |
SWCCompilationUnit.handleSyntaxTreeRequest() |
protected ISyntaxTreeRequestResult |
StyleModuleCompilationUnit.handleSyntaxTreeRequest()
StyleModuleCompilationUnit does not provide an AST, unless we
decided to start CMP-879. |
protected ISyntaxTreeRequestResult |
ResourceModuleCompilationUnit.handleSyntaxTreeRequest()
ResourceModuleCompilationUnit does not provide an AST. |
protected ISyntaxTreeRequestResult |
ResourceBundleCompilationUnit.handleSyntaxTreeRequest() |
protected ISyntaxTreeRequestResult |
MXMLCompilationUnit.handleSyntaxTreeRequest() |
protected ISyntaxTreeRequestResult |
FXGCompilationUnit.handleSyntaxTreeRequest() |
protected ISyntaxTreeRequestResult |
EmbedCompilationUnit.handleSyntaxTreeRequest() |
protected abstract ISyntaxTreeRequestResult |
CompilationUnitBase.handleSyntaxTreeRequest()
Builds a
ISyntaxTreeRequestResult . |
protected ISyntaxTreeRequestResult |
ASCompilationUnit.handleSyntaxTreeRequest() |
protected ISyntaxTreeRequestResult |
ABCCompilationUnit.handleSyntaxTreeRequest() |
Modifier and Type | Method and Description |
---|---|
IRequest<ISyntaxTreeRequestResult,ICompilationUnit> |
InvisibleCompilationUnit.getSyntaxTreeRequest() |
IRequest<ISyntaxTreeRequestResult,ICompilationUnit> |
CompilationUnitBase.getSyntaxTreeRequest() |
Modifier and Type | Class and Description |
---|---|
class |
SyntaxTreeRequestResult
Generic implementation of
ISyntaxTreeRequestResult . |
Modifier and Type | Method and Description |
---|---|
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 © 2016 The Apache Software Foundation. All rights reserved.