MXMLC
, COMPC
, ASC
, and Optimizer
.See: Description
Interface | Description |
---|---|
JSCompilerEntryPoint |
Class | Description |
---|---|
ASC |
ActionScript Compiler command-line interface.
|
ASDOC |
Documentation compiler entry point.
|
COMPC |
Component compiler entry point.
|
COMPJSC | |
EXTERNC | |
ExternCConfiguration | |
ExternCConfiguration.ExcludedMember | |
FalconToolGroup |
FlexToolGroup exposing the implementations of the Falcon compilers tools.
|
FlexJSToolGroup |
Created by christoferdutz on 10.11.14.
|
JSConfiguration |
The
JSConfiguration class holds all compiler arguments needed for
compiling ActionScript to JavaScript. |
MXMLC |
The entry-point class for mxmlc.
|
MXMLJSC | |
Optimizer |
Command line optimizer - can read in a swf, apply the optimizations usually done during swf linking,
and write out the swf again.
|
Optimizer.OptimizerConfiguration |
Configuration class - adds the input option
|
Optimizer.OptimizerConfigurator |
Optimizer configurator - provides overrides to create the right config buffer,
and defaults for the optimizer
|
Optimizer.OptimizerSWFTarget |
A SWF target that will start with a SWF, and simply link it to build it
|
VF2JSToolGroup |
Created by christoferdutz on 10.11.14.
|
Enum | Description |
---|---|
MXMLC.ExitCode |
Exit code enumerations.
|
MXMLJSC.JSOutputType |
MXMLC
, COMPC
, ASC
, and Optimizer
.
For example, the mxmlc
command-line shell script or batch file
simply runs the main entry point of MXMLC
, namely
public static void main(String[] args)
.
Copyright © 2016 The Apache Software Foundation. All rights reserved.