类 org.eclipse.jdt.internal.compiler.ast.CaseStatement
的使用

使用 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.compilerCaseStatement 的使用
 

参数类型为 CaseStatementorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(CaseStatement caseStatement, BlockScope scope)
           
 boolean ASTVisitor.visit(CaseStatement caseStatement, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.astCaseStatement 的使用
 

声明为 CaseStatementorg.eclipse.jdt.internal.compiler.ast 中的字段
 CaseStatement[] SwitchStatement.cases
           
 CaseStatement SwitchStatement.defaultCase
           
 

org.eclipse.jdt.internal.compiler.lookupCaseStatement 的使用
 

声明为 CaseStatementorg.eclipse.jdt.internal.compiler.lookup 中的字段
 CaseStatement LocalTypeBinding.enclosingCase
           
 CaseStatement BlockScope.enclosingCase
           
 

返回 CaseStatementorg.eclipse.jdt.internal.compiler.lookup 中的方法
 CaseStatement Scope.innermostSwitchCase()
          Returns the immediately enclosing switchCase statement (carried by closest blockScope),
 

参数类型为 CaseStatementorg.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.
 

参数类型为 CaseStatementorg.eclipse.jdt.internal.compiler.lookup 中的构造方法
LocalTypeBinding(ClassScope scope, SourceTypeBinding enclosingType, CaseStatement switchCase)
           
 

org.eclipse.jdt.internal.compiler.problemCaseStatement 的使用
 

参数类型为 CaseStatementorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.duplicateCase(CaseStatement caseStatement)
           
 void ProblemReporter.possibleFallThroughCase(CaseStatement caseStatement)
           
 



Copyright © 2013. All Rights Reserved.