| Package | Description |
|---|---|
| org.apache.flex.compiler.internal.codegen.as | |
| 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.tree.as | |
| org.apache.flex.compiler.utils | |
| org.apache.flex.compiler.visitor.as |
| Modifier and Type | Method and Description |
|---|---|
void |
ASBlockWalker.visitTerminal(ITerminalNode node) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
IfEmitter.emitElse(ITerminalNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
TerminalNode
Represents a terminal expression in a conditional node.
|
| Modifier and Type | Method and Description |
|---|---|
ITerminalNode |
SwitchNode.getDefaultNode() |
ITerminalNode |
IfNode.getElseNode() |
ITerminalNode |
TryNode.getFinallyNode() |
| Modifier and Type | Method and Description |
|---|---|
ITerminalNode |
ISwitchNode.getDefaultNode()
Returns the default clause of this switch statement
|
ITerminalNode |
IIfNode.getElseNode()
Returns the else clause of this if statement
|
ITerminalNode |
ITryNode.getFinallyNode()
Returns the
finally clause of this try
statement. |
| Modifier and Type | Method and Description |
|---|---|
static ITerminalNode |
ASNodeUtils.getDefaultNode(ISwitchNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
IASBlockVisitor.visitTerminal(ITerminalNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.