Package | Description |
---|---|
org.apache.flex.compiler.internal.as.codegen |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionHandlingContext
An ExceptionHandlingContext manages the tree-crossing
state of a try/catch/finally composite statement; its
actual processing state (try, catch, and finally have
slightly different requirements), and most importantly
the return instruction fragments for the finally block's
"callers."
|
class |
LabeledStatementControlFlowContext
ControlFlowContext for labeled statement nodes. |
class |
LoopControlFlowContext
There is an active LoopControlFlowContext for the syntactic region of each
loop.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.