| Constructor and Description |
|---|
ASDOCJSC(IBackend backend) |
MXMLJSCNode(IBackend backend) |
MXMLJSCRoyale(IBackend backend) |
MXMLJSCRoyaleCordova(IBackend backend) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJSBackend |
| 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 |
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. |
class |
NodeModuleBackend
A concrete implementation of the
IBackend API for Node.js modules. |
| Modifier and Type | Class and Description |
|---|---|
class |
RoyaleBackend |
| 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 |
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 |
MXMLRoyaleASDocBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLRoyaleASDocDITABackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLRoyaleBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLRoyaleCordovaBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
class |
MXMLRoyaleSWCBackend
A concrete implementation of the
IBackend API where the
MXMLBlockWalker is used to traverse the IMXMLFileNode AST. |
| Modifier and Type | Method and Description |
|---|---|
IBackend |
RoyaleJSProject.getBackend() |
| Constructor and Description |
|---|
RoyaleASDocProject(org.apache.royale.compiler.internal.workspaces.Workspace workspace,
IBackend backend)
Constructor
|
RoyaleJSProject(org.apache.royale.compiler.internal.workspaces.Workspace workspace,
IBackend backend)
Constructor
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.