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.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type SwitchStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SwitchStatement switchStatement, BlockScope scope)booleanASTVisitor.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.astMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type SwitchStatementModifier and TypeMethodDescriptionConstant[]CaseStatement.resolveCase(BlockScope scope, TypeBinding switchExpressionType, SwitchStatement switchStatement)Returns the constant intValue or ordinal for enum constants.Constant[]Statement.resolveCase(BlockScope scope, TypeBinding testType, SwitchStatement switchStatement)Returns case constant associated to this statement (NotAConstant if none) parameter statement has to be either a SwitchStatement or a SwitchExpressionCaseStatement.resolveConstantExpression(BlockScope scope, TypeBinding caseType, TypeBinding switchExpressionType, SwitchStatement switchStatement, Expression expression) -
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)