| 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.tree.as | |
| org.apache.flex.compiler.visitor.as |
| Modifier and Type | Method and Description |
|---|---|
void |
IASEmitter.emitCatch(ICatchNode node)
Emit a
catch(){} statement. |
| Modifier and Type | Method and Description |
|---|---|
void |
ASEmitter.emitCatch(ICatchNode node) |
void |
ASBlockWalker.visitCatch(ICatchNode node) |
| Modifier and Type | Field and Description |
|---|---|
ISubEmitter<ICatchNode> |
JSEmitter.catchEmitter |
| Modifier and Type | Method and Description |
|---|---|
void |
JSEmitter.emitCatch(ICatchNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatchEmitter.emit(ICatchNode node) |
| Modifier and Type | Class and Description |
|---|---|
class |
CatchNode
ActionScript parse tree node representing a catch block (catch (e:Exception)
{...})
|
| Modifier and Type | Method and Description |
|---|---|
ICatchNode |
TryNode.getCatchNode(int i) |
| Modifier and Type | Method and Description |
|---|---|
ICatchNode |
ITryNode.getCatchNode(int i)
Returns the
ith catch clause for this
try statement. |
| Modifier and Type | Method and Description |
|---|---|
void |
IASBlockVisitor.visitCatch(ICatchNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.