Modifier and Type | Interface and Description |
---|---|
interface |
IMXMLFlexJSEmitter
The
IMXMLFlexJSEmitter interface allows abstraction between the
IASNodeStrategy and the current output buffer Writer . |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
IBackend.createMXMLEmitter(FilterWriter writer) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
IBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker)
Creates an AST walker capable of traversing MXML AST and calling back to
the
IASBlockWalker for ActionScript source code production. |
Modifier and Type | Class and Description |
---|---|
class |
MXMLEmitter
The base implementation for an MXML emitter.
|
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
MXMLBlockWalker.getMXMLEmitter() |
Constructor and Description |
---|
MXMLBlockWalker(List<ICompilerProblem> errors,
IASProject project,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLFlexJSEmitter |
Constructor and Description |
---|
MXMLFlexJSBlockWalker(List<ICompilerProblem> errors,
IASProject project,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLJSCJSEmitter |
Modifier and Type | Class and Description |
---|---|
class |
MXMLVF2JSEmitter |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
ASBackend.createMXMLEmitter(FilterWriter writer) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
ASBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
JSBackend.createMXMLEmitter(FilterWriter out) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
JSBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
MXMLBackend.createMXMLEmitter(FilterWriter out) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
MXMLBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
MXMLFlexJSSWCBackend.createMXMLEmitter(FilterWriter out) |
IMXMLEmitter |
MXMLFlexJSBackend.createMXMLEmitter(FilterWriter out) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
MXMLFlexJSSWCBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
IMXMLBlockWalker |
MXMLFlexJSBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
MXMLJSCJSSWCBackend.createMXMLEmitter(FilterWriter out) |
IMXMLEmitter |
MXMLJSCJSBackend.createMXMLEmitter(FilterWriter out) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
MXMLJSCJSSWCBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
IMXMLBlockWalker |
MXMLJSCJSBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
MXMLVF2JSSWCBackend.createMXMLEmitter(FilterWriter out) |
IMXMLEmitter |
MXMLVF2JSBackend.createMXMLEmitter(FilterWriter out) |
Modifier and Type | Method and Description |
---|---|
IMXMLBlockWalker |
MXMLVF2JSSWCBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
IMXMLBlockWalker |
MXMLVF2JSBackend.createMXMLWalker(IASProject project,
List<ICompilerProblem> errors,
IMXMLEmitter mxmlEmitter,
IASEmitter asEmitter,
IBlockWalker asBlockWalker) |
Modifier and Type | Method and Description |
---|---|
IMXMLEmitter |
IMXMLBlockWalker.getMXMLEmitter()
The current code emitter.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.