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.flexjs | |
org.apache.flex.compiler.internal.codegen.js.goog | |
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.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitForEachLoop(IForLoopNode node)
Emit a
for each statement. |
void |
IASEmitter.emitForLoop(IForLoopNode node)
Emit a
for statement. |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitForEachLoop(IForLoopNode node) |
void |
ASEmitter.emitForLoop(IForLoopNode node) |
protected void |
ASBlockWalker.visitFor(IForLoopNode node) |
protected void |
ASBlockWalker.visitForEach(IForLoopNode node) |
void |
ASBlockWalker.visitForLoop(IForLoopNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<IForLoopNode> |
JSEmitter.forLoopEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitForLoop(IForLoopNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitForEachLoop(IForLoopNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitForEachLoop(IForLoopNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ForLoopEmitter.emit(IForLoopNode node) |
void |
ForEachEmitter.emit(IForLoopNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitForEachLoop(IForLoopNode node) |
Modifier and Type | Class and Description |
---|---|
class |
ForLoopNode |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitForLoop(IForLoopNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.