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.internal.driver.js | |
org.apache.flex.compiler.internal.targets |
This package is the internal counterpart of the external
org.apache.flex.compiler.targets package. |
org.apache.flex.compiler.targets |
This package contains interfaces related to targets.
|
Modifier and Type | Field and Description |
---|---|
protected IJSApplication |
MXMLJSC.jsTarget |
Modifier and Type | Class and Description |
---|---|
class |
JSApplication |
Modifier and Type | Method and Description |
---|---|
IJSApplication |
JSTarget.build(Collection<ICompilerProblem> problems) |
IJSApplication |
JSTarget.build(ICompilationUnit unit,
Collection<ICompilerProblem> problems) |
protected IJSApplication |
JSTarget.initializeApplication(List<ICompilationUnit> reachableCompilationUnits) |
Modifier and Type | Method and Description |
---|---|
IJSApplication |
IJSTarget.build(Collection<ICompilerProblem> problems)
Build the target JavaScript application and collect problems.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.