Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SwitchStatement
Packages that use SwitchStatement
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 SwitchStatement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SwitchStatementModifier and TypeMethodDescriptionAjASTConverter.convert(SwitchStatement statement) ASTConverter.convert(SwitchStatement statement) -
Uses of SwitchStatement in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type SwitchStatementModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(SwitchStatement switchStatement, BlockScope scope) booleanCompletionNodeDetector.visit(SwitchStatement switchStatement, BlockScope blockScope) -
Uses of SwitchStatement in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type SwitchStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SwitchStatement switchStatement, BlockScope scope) intClassFile.recordBootstrapMethod(SwitchStatement switchStatement) booleanASTVisitor.visit(SwitchStatement switchStatement, BlockScope scope) booleanGenericAstVisitor.visit(SwitchStatement switchStatement, BlockScope scope) -
Uses of SwitchStatement in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Subclasses of SwitchStatement in org.aspectj.org.eclipse.jdt.internal.compiler.astFields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as SwitchStatementMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type SwitchStatementModifier and TypeMethodDescriptionCaseStatement.resolveCase(BlockScope scope, TypeBinding switchExpressionType, SwitchStatement switchStatement) Returns the constant intValue or ordinal for enum constants.CaseStatement.resolveConstantExpression(BlockScope scope, TypeBinding caseType, TypeBinding switchType, SwitchStatement switchStatement, Expression expression, List<CaseStatement.ResolvedCase> cases) -
Uses of SwitchStatement in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as SwitchStatementModifier and TypeFieldDescriptionSyntheticMethodBinding.switchStatementSwitch (one from many) linked to the switch tableMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type SwitchStatementModifier and TypeMethodDescriptionSourceTypeBinding.addSyntheticMethodForSwitchEnum(TypeBinding enumBinding, SwitchStatement switchStatement) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type SwitchStatementModifierConstructorDescriptionSyntheticMethodBinding(FieldBinding targetField, ReferenceBinding declaringClass, TypeBinding enumBinding, char[] selector, SwitchStatement switchStatement) -
Uses of SwitchStatement in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type SwitchStatementModifier and TypeMethodDescriptionvoidProblemReporter.bytecodeExceeds64KLimit(SwitchStatement switchStatement) voidProblemReporter.missingDefaultCase(SwitchStatement switchStatement, boolean isEnumSwitch, TypeBinding expressionType) voidProblemReporter.missingEnumConstantCase(SwitchStatement switchStatement, FieldBinding enumConstant)