| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(CaseStatement caseStatement,
BlockScope scope) |
boolean |
ASTVisitor.visit(CaseStatement caseStatement,
BlockScope scope) |
| Modifier and Type | Field and Description |
|---|---|
CaseStatement[] |
SwitchStatement.cases |
CaseStatement |
SwitchStatement.defaultCase |
| Modifier and Type | Field and Description |
|---|---|
CaseStatement |
LocalTypeBinding.enclosingCase |
CaseStatement |
BlockScope.enclosingCase |
| Modifier and Type | Method and Description |
|---|---|
CaseStatement |
Scope.innermostSwitchCase()
Returns the immediately enclosing switchCase statement (carried by closest blockScope),
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Scope.isInsideCase(CaseStatement caseStatement)
Returns true if the scope or one of its parent is associated to a given caseStatement, denoting
being part of a given switch case statement.
|
| Constructor and Description |
|---|
LocalTypeBinding(ClassScope scope,
SourceTypeBinding enclosingType,
CaseStatement switchCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.duplicateCase(CaseStatement caseStatement) |
void |
ProblemReporter.possibleFallThroughCase(CaseStatement caseStatement) |
Copyright © 2015. All rights reserved.