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 aswitch
expression.<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> void
CtAbstractVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)
<T, S> void
CtBiScannerDefault.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)
<T, S> void
CtInheritanceScanner.visitCtSwitchExpression(CtSwitchExpression<T,S> e)
<T, S> void
CtScanner.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)
<T, S> void
CtVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)
Visits aswitch
expression.<T, S> void
DefaultJavaPrettyPrinter.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> void
ParentExiter.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> void
CloneVisitor.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> void
ReplacementVisitor.visitCtSwitchExpression(CtSwitchExpression<T,S> switchExpression)