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

使用 SwitchStatement 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compilerSwitchStatement 的使用
 

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

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

参数类型为 SwitchStatementorg.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.problemSwitchStatement 的使用
 

参数类型为 SwitchStatementorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.missingEnumConstantCase(SwitchStatement switchStatement, FieldBinding enumConstant)
           
 



Copyright © 2013. All Rights Reserved.