| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.parser | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(Block block,
BlockScope scope) |
boolean |
ASTVisitor.visit(Block block,
BlockScope scope) |
| Modifier and Type | Field and Description |
|---|---|
Block |
SynchronizedStatement.block |
Block |
Initializer.block |
Block[] |
TryStatement.catchBlocks |
Block |
TryStatement.finallyBlock |
Block |
TryStatement.tryBlock |
| Constructor and Description |
|---|
Initializer(Block block,
int modifiers) |
SynchronizedStatement(Expression expression,
Block statement,
int s,
int e) |
| Modifier and Type | Field and Description |
|---|---|
Block |
RecoveredBlock.blockDeclaration |
| Modifier and Type | Method and Description |
|---|---|
Block |
RecoveredBlock.updatedBlock(int depth,
Set knownTypes) |
| Modifier and Type | Method and Description |
|---|---|
RecoveredElement |
RecoveredBlock.add(Block nestedBlockDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredElement.add(Block nestedBlockDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredMethod.add(Block nestedBlockDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredType.add(Block nestedBlockDeclaration,
int bracketBalanceValue) |
RecoveredElement |
RecoveredInitializer.add(Block nestedBlockDeclaration,
int bracketBalanceValue) |
| Constructor and Description |
|---|
RecoveredBlock(Block block,
RecoveredElement parent,
int bracketBalance) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.finallyMustCompleteNormally(Block finallyBlock) |
Copyright © 2015. All rights reserved.