Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.fxg |
This package and its subpackages contains classes and interfaces
for compiling FXG.
|
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js | |
org.apache.flex.compiler.internal.codegen.js.amd | |
org.apache.flex.compiler.internal.codegen.js.flexjs | |
org.apache.flex.compiler.internal.codegen.js.jx | |
org.apache.flex.compiler.internal.codegen.js.utils | |
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.internal.tree.as.metadata | |
org.apache.flex.compiler.internal.tree.properties |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.properties package. |
org.apache.flex.compiler.tree.as | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitArguments(IContainerNode node) |
void |
IASEmitter.emitBlockClose(IContainerNode node) |
void |
IASEmitter.emitBlockOpen(IContainerNode node) |
void |
IASEmitter.emitContainer(IContainerNode node) |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileNode
Temporary class to wrap a IFXGNode in an IASNode.
|
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitArguments(IContainerNode node) |
void |
ASEmitter.emitBlockClose(IContainerNode node) |
void |
ASEmitter.emitBlockOpen(IContainerNode node) |
void |
ASEmitter.emitContainer(IContainerNode node) |
void |
ASEmitter.emitParameters(IContainerNode node) |
protected static boolean |
ASEmitter.isImplicit(IContainerNode node) |
void |
ASBlockWalker.visitContainer(IContainerNode node) |
protected void |
ASEmitter.visitForBody(IContainerNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<IContainerNode> |
JSEmitter.blockCloseEmitter |
ISubEmitter<IContainerNode> |
JSEmitter.blockOpenEmitter |
ISubEmitter<IContainerNode> |
JSEmitter.functionCallArgumentsEmitter |
ISubEmitter<IContainerNode> |
JSEmitter.parametersEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitArguments(IContainerNode node) |
void |
JSEmitter.emitBlockClose(IContainerNode node) |
void |
JSEmitter.emitBlockOpen(IContainerNode node) |
void |
JSEmitter.emitParameters(IContainerNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSAMDEmitter.emitArguments(IContainerNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitArguments(IContainerNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ParametersEmitter.emit(IContainerNode node) |
void |
FunctionCallArgumentsEmitter.emit(IContainerNode node) |
void |
BlockOpenEmitter.emit(IContainerNode node) |
void |
BlockCloseEmitter.emit(IContainerNode node) |
protected void |
ForLoopEmitter.emitForStatements(IContainerNode node) |
Modifier and Type | Method and Description |
---|---|
static IContainerNode |
EmitterUtils.insertArgumentsAfter(IContainerNode argumentsNode,
IASNode... nodes) |
static IContainerNode |
EmitterUtils.insertArgumentsAt(IContainerNode argumentsNode,
int index,
IASNode... nodes) |
static IContainerNode |
EmitterUtils.insertArgumentsBefore(IContainerNode argumentsNode,
IASNode... nodes) |
Modifier and Type | Method and Description |
---|---|
static IContainerNode |
EmitterUtils.insertArgumentsAfter(IContainerNode argumentsNode,
IASNode... nodes) |
static IContainerNode |
EmitterUtils.insertArgumentsAt(IContainerNode argumentsNode,
int index,
IASNode... nodes) |
static IContainerNode |
EmitterUtils.insertArgumentsBefore(IContainerNode argumentsNode,
IASNode... nodes) |
static boolean |
EmitterUtils.isImplicit(IContainerNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitContainer(IContainerNode node) |
Modifier and Type | Class and Description |
---|---|
class |
BlockNode
ActionScript parse tree node representing a block, but not one with an
explicit scope
|
class |
ConfigConditionBlockNode
Special block node for a block gated with a configuration condition.
|
class |
ContainerNode
ActionScript parse tree node representing a container.
|
class |
FileNode
ActionScript parse tree node representing a file
|
class |
ModifiersContainerNode |
class |
ScopedBlockNode
A BlockNode that is provided with a scope that collections definitions.
|
class |
TransparentContainerNode
A transparent container node is identical to a regular ContainerNode except
that it is never returned from getContainingNode.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaTagsNode |
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleFileNode |
Modifier and Type | Method and Description |
---|---|
IContainerNode |
IForLoopNode.getConditionalsContainerNode()
Returns the container node containing the conditional expression(s)
for the
for statement. |
IContainerNode |
IFunctionNode.getParametersContainerNode()
Returns the container for parameters of this function
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitContainer(IContainerNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.