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.emitTry(ITryNode node)
Emit a
try{} statement. |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitTry(ITryNode node) |
void |
ASBlockWalker.visitTry(ITryNode node) |
Modifier and Type | Field and Description |
---|---|
ISubEmitter<ITryNode> |
JSEmitter.tryEmitter |
Modifier and Type | Method and Description |
---|---|
void |
JSEmitter.emitTry(ITryNode node) |
Modifier and Type | Method and Description |
---|---|
void |
TryEmitter.emit(ITryNode node) |
Modifier and Type | Class and Description |
---|---|
class |
TryNode
Represents a try/catch/finally node.
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitTry(ITryNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.