Modifier and Type | Method and Description |
---|---|
protected JSCompilerEntryPoint |
MxmlJSC.getCompilerInstance(IBackend backend) |
protected JSCompilerEntryPoint |
CompJSC.getCompilerInstance(IBackend backend) |
Constructor and Description |
---|
COMPJSC(IBackend backend) |
MXMLJSC(IBackend backend) |
Modifier and Type | Interface and Description |
---|---|
interface |
IJSBackend |
Modifier and Type | Field and Description |
---|---|
static IBackend |
JSSharedData.backend |
Modifier and Type | Class and Description |
---|---|
class |
ASBackend
A concrete implementation of the
IBackend API where the
ASBlockWalker is used to traverse the IFileNode AST. |
Modifier and Type | Class and Description |
---|---|
class |
JSBackend
A concrete implementation of the
IBackend API where the
ASBlockWalker is used to traverse the IFileNode AST. |
Modifier and Type | Class and Description |
---|---|
class |
AMDBackend
A concrete implementation of the
IBackend API for 'AMD' code
production. |
Modifier and Type | Class and Description |
---|---|
class |
FlexJSBackend |
Modifier and Type | Class and Description |
---|---|
class |
GoogBackend
A concrete implementation of the
IBackend API for the 'goog' code
production. |
Modifier and Type | Class and Description |
---|---|
class |
JSCBackend
A concrete implementation of the
IBackend API for the 'jsc' code
production. |
Modifier and Type | Class and Description |
---|---|
class |
NodeBackend
A concrete implementation of the
IBackend API for the 'node' code
production. |
Modifier and Type | Class and Description |
---|---|
class |
VF2JSBackend |
Modifier and Type | Class and Description |
---|---|
class |
MXMLBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLFlexJSBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLFlexJSSWCBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLJSCJSBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLJSCJSSWCBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLVF2JSBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLVF2JSSWCBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.