Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js | |
org.apache.flex.compiler.internal.codegen.js.jx | |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitLiteralContainer(ILiteralContainerNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitLiteralContainer(ILiteralContainerNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<ILiteralContainerNode> |
JSEmitter.literalContainerEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitLiteralContainer(ILiteralContainerNode node) |
Modifier and Type | Method and Description |
---|---|
void |
LiteralContainerEmitter.emit(ILiteralContainerNode node) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayLiteralNode
Represents a literal node array that contains nodes within an array literal
statement: [ foo, bar, baz ]
|
class |
BaseLiteralContainerNode
Base container node for a literal that is made up of other literals, like XML
or arrays
|
class |
ObjectLiteralNode
Represents an object literal.
|
class |
VectorLiteralNode |
class |
XMLListLiteralNode |
class |
XMLLiteralNode |
Copyright © 2016 The Apache Software Foundation. All rights reserved.