Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.CaseStatement
Packages that use CaseStatement
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of CaseStatement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type CaseStatement -
Uses of CaseStatement in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CaseStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(CaseStatement caseStatement, BlockScope scope) booleanASTVisitor.visit(CaseStatement caseStatement, BlockScope scope) booleanGenericAstVisitor.visit(CaseStatement caseStatement, BlockScope scope) -
Uses of CaseStatement in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as CaseStatementModifier and TypeFieldDescriptionSwitchStatement.casesSwitchStatement.defaultCaseSwitchStatement.nullCaseSwitchStatement.unconditionalPatternCase -
Uses of CaseStatement in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as CaseStatementMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return CaseStatementModifier and TypeMethodDescriptionScope.enclosingSwitchLabel()Returns the immediately enclosing case statement (carried by closest blockScope),Methods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type CaseStatementModifier and TypeMethodDescriptionbooleanScope.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.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type CaseStatementModifierConstructorDescriptionLocalTypeBinding(ClassScope scope, SourceTypeBinding enclosingType, CaseStatement switchCase) -
Uses of CaseStatement in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type CaseStatementModifier and TypeMethodDescriptionvoidProblemReporter.possibleFallThroughCase(CaseStatement caseStatement) voidProblemReporter.unnecessaryNullCaseInSwitchOverNonNull(CaseStatement caseStmt)