Uses of Class
org.eclipse.jdt.internal.compiler.ast.SwitchStatement

Packages that use SwitchStatement
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.problem   
 

Uses of SwitchStatement in org.eclipse.jdt.internal.compiler
 

Methods in org.eclipse.jdt.internal.compiler with parameters of type SwitchStatement
 void ASTVisitor.endVisit(SwitchStatement switchStatement, BlockScope scope)
           
 boolean ASTVisitor.visit(SwitchStatement switchStatement, BlockScope scope)
           
 

Uses of SwitchStatement in org.eclipse.jdt.internal.compiler.ast
 

Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type SwitchStatement
 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.
 

Uses of SwitchStatement in org.eclipse.jdt.internal.compiler.problem
 

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type SwitchStatement
 void ProblemReporter.missingEnumConstantCase(SwitchStatement switchStatement, FieldBinding enumConstant)