Uses of Interface
spoon.reflect.code.CtSwitchExpression
Packages that use CtSwitchExpression
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtSwitchExpression in spoon.reflect.code
Methods in spoon.reflect.code that return CtSwitchExpression -
Uses of CtSwitchExpression in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtSwitchExpressionModifier and TypeMethodDescription<T, S> CtSwitchExpression<T,S>CoreFactory.createSwitchExpression()Creates aswitchexpression.<T, S> CtSwitchExpression<T,S>Factory.createSwitchExpression()<T, S> CtSwitchExpression<T,S>FactoryImpl.createSwitchExpression() -
Uses of CtSwitchExpression in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtSwitchExpressionModifier and TypeMethodDescription<T, S> voidCtAbstractVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)<T, S> voidCtBiScannerDefault.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)<T, S> voidCtInheritanceScanner.visitCtSwitchExpression(CtSwitchExpression<T,S> e)<T, S> voidCtScanner.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)<T, S> voidCtVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)Visits aswitchexpression.<T, S> voidDefaultJavaPrettyPrinter.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression) -
Uses of CtSwitchExpression in spoon.support
Methods in spoon.support that return CtSwitchExpressionModifier and TypeMethodDescription<T, S> CtSwitchExpression<T,S>DefaultCoreFactory.createSwitchExpression() -
Uses of CtSwitchExpression in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtSwitchExpressionModifier and TypeMethodDescription<T, S> voidParentExiter.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression) -
Uses of CtSwitchExpression in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtSwitchExpressionMethods in spoon.support.reflect.code that return CtSwitchExpression -
Uses of CtSwitchExpression in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtSwitchExpressionModifier and TypeMethodDescription<T, S> voidCloneVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression) -
Uses of CtSwitchExpression in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtSwitchExpressionModifier and TypeMethodDescription<T, S> voidReplacementVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)