Package | Description |
---|---|
org.apache.flex.compiler.clients |
This package contains classes implementing four compiler command-line tools:
MXMLC , COMPC , ASC , and Optimizer . |
org.apache.flex.compiler.driver | |
org.apache.flex.compiler.internal.driver.as | |
org.apache.flex.compiler.internal.driver.js | |
org.apache.flex.compiler.internal.driver.mxml | |
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. |
Modifier and Type | Field and Description |
---|---|
protected ISourceFileHandler |
MXMLJSC.asFileHandler |
Modifier and Type | Method and Description |
---|---|
ISourceFileHandler |
IBackend.getSourceFileHandlerInstance()
Returns the instance that is used to manage what type of
ICompilationUnit is created during parsing. |
Modifier and Type | Method and Description |
---|---|
ISourceFileHandler |
ASBackend.getSourceFileHandlerInstance() |
Modifier and Type | Class and Description |
---|---|
class |
JSSourceFileHandler
Implementation of ISourceFileHandler that constructs
ASCompilationUnit 's. |
Modifier and Type | Method and Description |
---|---|
ISourceFileHandler |
JSBackend.getSourceFileHandlerInstance() |
Modifier and Type | Method and Description |
---|---|
ISourceFileHandler |
MXMLBackend.getSourceFileHandlerInstance() |
Modifier and Type | Class and Description |
---|---|
class |
ASSourceFileHandler
Implementation of ISourceFileHandler that constructs
ASCompilationUnit 's. |
class |
FXGSourceFileHandler
Implementation of ISourceFileHandler that constructs
FXGCompilationUnit 's |
class |
MXMLSourceFileHandler
Implementation of ISourceFileHandler that can constructs
MXMLSourceFileHandler 's. |
class |
ResourceBundleSourceFileHandler
Implementation of ISourceFileHandler that constructs
ResourceBundleCompilationUnit 's |
Modifier and Type | Method and Description |
---|---|
void |
SourceCompilationUnitFactory.addHandler(ISourceFileHandler handler)
Registers a new handler with the factory.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.