|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 SwitchStatement 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.problem | |
| org.eclipse.jdt.internal.compiler 中 SwitchStatement 的使用 |
|---|
| 参数类型为 SwitchStatement 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
ASTVisitor.endVisit(SwitchStatement switchStatement,
BlockScope scope)
|
boolean |
ASTVisitor.visit(SwitchStatement switchStatement,
BlockScope scope)
|
| org.eclipse.jdt.internal.compiler.ast 中 SwitchStatement 的使用 |
|---|
| 参数类型为 SwitchStatement 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
Constant |
Statement.resolveCase(BlockScope scope,
TypeBinding testType,
SwitchStatement switchStatement)
Returns case constant associated to this statement (NotAConstant if none) |
Constant |
CaseStatement.resolveCase(BlockScope scope,
TypeBinding switchExpressionType,
SwitchStatement switchStatement)
Returns the constant intValue or ordinal for enum constants. |
| org.eclipse.jdt.internal.compiler.problem 中 SwitchStatement 的使用 |
|---|
| 参数类型为 SwitchStatement 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
void |
ProblemReporter.missingEnumConstantCase(SwitchStatement switchStatement,
FieldBinding enumConstant)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||