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   
org.eclipse.jdt.internal.formatter   
org.jmlspecs.eclipse.jdt.internal.esc2   
org.jmlspecs.jml4.fspv   
org.jmlspecs.jml4.rac   
 

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)
           
 

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

Methods in org.eclipse.jdt.internal.formatter with parameters of type SwitchStatement
 boolean CodeFormatterVisitor.visit(SwitchStatement switchStatement, BlockScope scope)
           
 

Uses of SwitchStatement in org.jmlspecs.eclipse.jdt.internal.esc2
 

Methods in org.jmlspecs.eclipse.jdt.internal.esc2 with parameters of type SwitchStatement
 boolean PrintVisitor.visit(SwitchStatement switchStatement, BlockScope scope)
          Deprecated.  
 

Uses of SwitchStatement in org.jmlspecs.jml4.fspv
 

Methods in org.jmlspecs.jml4.fspv with parameters of type SwitchStatement
 void TraceAstVisitor.endVisit(SwitchStatement switchStatement, BlockScope scope)
           
 boolean TraceAstVisitor.visit(SwitchStatement switchStatement, BlockScope scope)
           
 

Uses of SwitchStatement in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type SwitchStatement
 void JavaAstVisitor.endVisit(SwitchStatement switchStatement, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(SwitchStatement switchStatement, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(SwitchStatement switchStatement, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(SwitchStatement switchStatement, BlockScope scope)
           
 boolean ResolutionNullifier.visit(SwitchStatement switchStatement, BlockScope scope)
           
 boolean JavaAstVisitor.visit(SwitchStatement switchStatement, BlockScope scope)
          A statement involving switch-case block.
 boolean DefaultRacAstVisitor.visit(SwitchStatement switchStatement, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(SwitchStatement switchStatement, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(SwitchStatement switchStatement, BlockScope scope)