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

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

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

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

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

Fields in org.eclipse.jdt.internal.compiler.ast declared as CaseStatement
 CaseStatement[] SwitchStatement.cases
           
 CaseStatement SwitchStatement.defaultCase
           
 

Uses of CaseStatement in org.eclipse.jdt.internal.compiler.lookup
 

Fields in org.eclipse.jdt.internal.compiler.lookup declared as CaseStatement
 CaseStatement LocalTypeBinding.enclosingCase
           
 CaseStatement BlockScope.enclosingCase
           
 

Methods in org.eclipse.jdt.internal.compiler.lookup that return CaseStatement
 CaseStatement Scope.innermostSwitchCase()
          Returns the immediately enclosing switchCase statement (carried by closest blockScope),
 

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

Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type CaseStatement
LocalTypeBinding(ClassScope scope, SourceTypeBinding enclosingType, CaseStatement switchCase, ReferenceBinding anonymousOriginalSuperType)
           
 

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

Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type CaseStatement
 void ProblemReporter.duplicateCase(CaseStatement caseStatement)
           
 void ProblemReporter.possibleFallThroughCase(CaseStatement caseStatement)
           
 

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

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

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

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

Uses of CaseStatement in org.jmlspecs.jml4.fspv
 

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

Uses of CaseStatement in org.jmlspecs.jml4.rac
 

Methods in org.jmlspecs.jml4.rac with parameters of type CaseStatement
 void JavaAstVisitor.endVisit(CaseStatement caseStatement, BlockScope scope)
           
 void DefaultRacAstVisitor.endVisit(CaseStatement caseStatement, BlockScope scope)
           
 void AstDirtyBitsRetriever.endVisit(CaseStatement caseStatement, BlockScope scope)
           
 void AstDirtyBitsRestorer.endVisit(CaseStatement caseStatement, BlockScope scope)
           
 boolean JavaAstVisitor.visit(CaseStatement caseStatement, BlockScope scope)
          Examples include:
 boolean DefaultRacAstVisitor.visit(CaseStatement caseStatement, BlockScope scope)
           
 boolean AstDirtyBitsRetriever.visit(CaseStatement caseStatement, BlockScope scope)
           
 boolean AstDirtyBitsRestorer.visit(CaseStatement caseStatement, BlockScope scope)