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.utils | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitSwitch(ISwitchNode node)
Emit a
switch(){} statement. |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitSwitch(ISwitchNode node) |
void |
ASBlockWalker.visitSwitch(ISwitchNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<ISwitchNode> |
JSEmitter.switchEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitSwitch(ISwitchNode node) |
Modifier and Type | Method and Description |
---|---|
void |
SwitchEmitter.emit(ISwitchNode node) |
Modifier and Type | Class and Description |
---|---|
class |
SwitchNode
Represents a switch statement found in ActionScript.
|
Modifier and Type | Method and Description |
---|---|
static IConditionalNode[] |
ASNodeUtils.getCaseNodes(ISwitchNode node) |
static ITerminalNode |
ASNodeUtils.getDefaultNode(ISwitchNode node) |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitSwitch(ISwitchNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.