Modifier and Type | Interface and Description |
---|---|
interface |
IJSWriter
A JavaScript writer that outputs cross compiled string data to the output
stream.
|
Modifier and Type | Method and Description |
---|---|
IASWriter |
IBackend.createMXMLWriter(IASProject project,
List<ICompilerProblem> errors,
ICompilationUnit compilationUnit,
boolean enableDebug) |
IASWriter |
IBackend.createWriter(IASProject project,
List<ICompilerProblem> errors,
ICompilationUnit compilationUnit,
boolean enableDebug) |
Modifier and Type | Class and Description |
---|---|
class |
ASWriter |
Modifier and Type | Class and Description |
---|---|
class |
JSWriter |
Modifier and Type | Class and Description |
---|---|
class |
MXMLWriter |
Modifier and Type | Method and Description |
---|---|
IASWriter |
ASBackend.createMXMLWriter(IASProject project,
List<ICompilerProblem> problems,
ICompilationUnit compilationUnit,
boolean enableDebug) |
IASWriter |
ASBackend.createWriter(IASProject project,
List<ICompilerProblem> problems,
ICompilationUnit compilationUnit,
boolean enableDebug) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.