Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js.flexjs | |
org.apache.flex.compiler.internal.codegen.js.jx | |
org.apache.flex.compiler.internal.codegen.js.vf2js | |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.tree.as | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitLiteral(ILiteralNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitLiteral(ILiteralNode node) |
void |
ASBlockWalker.visitLiteral(ILiteralNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitLiteral(ILiteralNode node) |
Modifier and Type | Method and Description |
---|---|
void |
LiteralEmitter.emit(ILiteralNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitLiteral(ILiteralNode 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 |
LiteralNode
ActionScript parse tree node representing a literal (e.g.
|
class |
NumericLiteralNode |
class |
ObjectLiteralNode
Represents an object literal.
|
class |
RegExpLiteralNode |
class |
VectorLiteralNode |
class |
XMLListLiteralNode |
class |
XMLLiteralNode |
Modifier and Type | Interface and Description |
---|---|
interface |
ILiteralContainerNode
Base container node for a literal that is made up of other literals, like XML
or arrays
|
interface |
IRegExpLiteralNode
An AST node representing a
RegExp literal such as /abc/gi . |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitLiteral(ILiteralNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.