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. |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitDoLoop(IWhileLoopNode node)
Emit a
do{}while() statement. |
void |
IASEmitter.emitWhileLoop(IWhileLoopNode node)
Emit a
while(){} statement. |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitDoLoop(IWhileLoopNode node) |
void |
ASEmitter.emitWhileLoop(IWhileLoopNode node) |
void |
ASBlockWalker.visitWhileLoop(IWhileLoopNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<IWhileLoopNode> |
JSEmitter.doWhileLoopEmitter |
ISubEmitter<IWhileLoopNode> |
JSEmitter.whileLoopEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitDoLoop(IWhileLoopNode node) |
void |
JSEmitter.emitWhileLoop(IWhileLoopNode node) |
Modifier and Type | Method and Description |
---|---|
void |
WhileLoopEmitter.emit(IWhileLoopNode node) |
void |
DoWhileLoopEmitter.emit(IWhileLoopNode node) |
Modifier and Type | Class and Description |
---|---|
class |
DoWhileLoopNode |
class |
WhileLoopNode
Represents a while loop node, either starting with a
do or with
a while . |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitWhileLoop(IWhileLoopNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.