| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.flow |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(TryStatement tryStatement,
BlockScope scope) |
boolean |
ASTVisitor.visit(TryStatement tryStatement,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnStatement.prepareSaveValueLocation(TryStatement targetTryStatement) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionHandlingFlowContext.complainIfUnusedExceptionHandlers(BlockScope scope,
TryStatement tryStatement) |
| Constructor and Description |
|---|
ExceptionHandlingFlowContext(FlowContext parent,
TryStatement tryStatement,
ReferenceBinding[] handledExceptions,
int[] exceptionToCatchBlockMap,
FlowContext initializationParent,
BlockScope scope,
FlowInfo flowInfo) |
Copyright © 2013. All rights reserved.