|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CaseStatement 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler.problem | |
| org.eclipse.jdt.internal.compiler 中 CaseStatement 的使用 |
|---|
| 参数类型为 CaseStatement 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
ASTVisitor.endVisit(CaseStatement caseStatement,
BlockScope scope)
|
boolean |
ASTVisitor.visit(CaseStatement caseStatement,
BlockScope scope)
|
| org.eclipse.jdt.internal.compiler.ast 中 CaseStatement 的使用 |
|---|
| 声明为 CaseStatement 的 org.eclipse.jdt.internal.compiler.ast 中的字段 | |
|---|---|
CaseStatement[] |
SwitchStatement.cases
|
CaseStatement |
SwitchStatement.defaultCase
|
| org.eclipse.jdt.internal.compiler.lookup 中 CaseStatement 的使用 |
|---|
| 声明为 CaseStatement 的 org.eclipse.jdt.internal.compiler.lookup 中的字段 | |
|---|---|
CaseStatement |
LocalTypeBinding.enclosingCase
|
CaseStatement |
BlockScope.enclosingCase
|
| 返回 CaseStatement 的 org.eclipse.jdt.internal.compiler.lookup 中的方法 | |
|---|---|
CaseStatement |
Scope.innermostSwitchCase()
Returns the immediately enclosing switchCase statement (carried by closest blockScope), |
| 参数类型为 CaseStatement 的 org.eclipse.jdt.internal.compiler.lookup 中的方法 | |
|---|---|
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. |
| 参数类型为 CaseStatement 的 org.eclipse.jdt.internal.compiler.lookup 中的构造方法 | |
|---|---|
LocalTypeBinding(ClassScope scope,
SourceTypeBinding enclosingType,
CaseStatement switchCase)
|
|
| org.eclipse.jdt.internal.compiler.problem 中 CaseStatement 的使用 |
|---|
| 参数类型为 CaseStatement 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
void |
ProblemReporter.duplicateCase(CaseStatement caseStatement)
|
void |
ProblemReporter.possibleFallThroughCase(CaseStatement caseStatement)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||