| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
InitializationFlowContext
Reflects the context of code analysis, keeping track of enclosing
try statements, exception handlers, etc...
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoopingFlowContext.recordCatchContextOfEscapingException(ExceptionHandlingFlowContext catchingContext,
ReferenceBinding caughtException) |
| Constructor and Description |
|---|
FinallyFlowContext(FlowContext parent,
ASTNode associatedNode,
ExceptionHandlingFlowContext tryContext) |
Copyright © 2015. All rights reserved.