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.config |
This package contains classes and interfaces related to the configuration subsystem.
|
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.js.goog | |
org.apache.flex.compiler.internal.driver.mxml.flexjs | |
org.apache.flex.compiler.internal.driver.mxml.jsc | |
org.apache.flex.compiler.internal.driver.mxml.vf2js | |
org.apache.flex.swc |
This package and its subpackages contain a support library
for reading, writing, and representing SWC files.
|
Modifier and Type | Class and Description |
---|---|
static class |
Optimizer.OptimizerConfigurator
Optimizer configurator - provides overrides to create the right config buffer,
and defaults for the optimizer
|
Modifier and Type | Field and Description |
---|---|
protected Configurator |
MXMLJSC.projectConfigurator |
protected Configurator |
EXTERNC.projectConfigurator |
protected Configurator |
MXMLC.projectConfigurator |
Modifier and Type | Method and Description |
---|---|
protected Configurator |
MXMLJSC.createConfigurator()
Create a new Configurator.
|
protected Configurator |
EXTERNC.createConfigurator()
Create a new Configurator.
|
protected Configurator |
Optimizer.createConfigurator() |
protected Configurator |
MXMLC.createConfigurator()
Create a new Configurator.
|
protected Configurator |
COMPC.createConfigurator() |
protected Configurator |
ASDOC.createConfigurator() |
Modifier and Type | Method and Description |
---|---|
Configurator |
Configurator.clone() |
Modifier and Type | Method and Description |
---|---|
Configurator |
IBackend.createConfigurator()
Creates a
Configurator for the specific compile session. |
Modifier and Type | Method and Description |
---|---|
Configurator |
ASBackend.createConfigurator() |
Modifier and Type | Method and Description |
---|---|
Configurator |
JSBackend.createConfigurator() |
Modifier and Type | Method and Description |
---|---|
Configurator |
GoogBackend.createConfigurator() |
Modifier and Type | Method and Description |
---|---|
Configurator |
MXMLFlexJSSWCBackend.createConfigurator() |
Configurator |
MXMLFlexJSBackend.createConfigurator() |
Modifier and Type | Method and Description |
---|---|
Configurator |
MXMLJSCJSSWCBackend.createConfigurator() |
Configurator |
MXMLJSCJSBackend.createConfigurator() |
Modifier and Type | Method and Description |
---|---|
Configurator |
MXMLVF2JSSWCBackend.createConfigurator() |
Configurator |
MXMLVF2JSBackend.createConfigurator() |
Modifier and Type | Field and Description |
---|---|
protected Configurator |
SWCDepends.projectConfigurator |
Copyright © 2016 The Apache Software Foundation. All rights reserved.