| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(SwitchStatement switchStatement,
BlockScope scope) |
boolean |
ASTVisitor.visit(SwitchStatement switchStatement,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
Constant |
CaseStatement.resolveCase(BlockScope scope,
TypeBinding switchExpressionType,
SwitchStatement switchStatement)
Returns the constant intValue or ordinal for enum constants.
|
Constant |
Statement.resolveCase(BlockScope scope,
TypeBinding testType,
SwitchStatement switchStatement)
Returns case constant associated to this statement (NotAConstant if none)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.missingDefaultCase(SwitchStatement switchStatement,
boolean isEnumSwitch,
TypeBinding expressionType) |
void |
ProblemReporter.missingEnumConstantCase(SwitchStatement switchStatement,
FieldBinding enumConstant) |
Copyright © 2013. All rights reserved.