Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SwitchExpression
Packages that use SwitchExpression
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 SwitchExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SwitchExpression -
Uses of SwitchExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type SwitchExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(SwitchExpression switchExpression, BlockScope scope) booleanCompletionNodeDetector.visit(SwitchExpression switchExpression, BlockScope blockScope) -
Uses of SwitchExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type SwitchExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SwitchExpression switchExpression, BlockScope scope) booleanASTVisitor.visit(SwitchExpression switchExpression, BlockScope blockScope) booleanGenericAstVisitor.visit(SwitchExpression switchExpression, BlockScope blockScope) -
Uses of SwitchExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as SwitchExpressionMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return SwitchExpressionModifier and TypeMethodDescriptionStatement.enclosingSwitchExpression(Scope current) Returns the immediately enclosing switch expression (carried by closest blockScope), -
Uses of SwitchExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type SwitchExpressionModifier and TypeMethodDescriptionvoidProblemReporter.missingEnumConstantCase(SwitchExpression switchExpression, FieldBinding enumConstant)