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.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) -
Uses of SwitchExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as SwitchExpressionModifier and TypeFieldDescriptionTryStatement.enclosingSwitchExpressionprotected SwitchExpressionSubRoutineStatement.switchExpressionYieldStatement.switchExpressionMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast that return SwitchExpressionMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type SwitchExpressionModifier and TypeMethodDescriptionvoidSubRoutineStatement.setSwitchExpression(SwitchExpression switchExpression) -
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)voidProblemReporter.switchExpressionEmptySwitchBlock(SwitchExpression expression)voidProblemReporter.switchExpressionIncompatibleResultExpressions(SwitchExpression expression)voidProblemReporter.switchExpressionNoResultExpressions(SwitchExpression expression)