Uses of Interface
spoon.reflect.code.CtSwitch
-
Packages that use CtSwitch Package Description spoon.reflect.code This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).spoon.reflect.factory This package defines all the sub-factories for the Spoon meta-model.spoon.reflect.visitor This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.spoon.support This package contains some default implementations for commonly used processing tasks.spoon.support.compiler.jdt spoon.support.reflect.code spoon.support.visitor.clone spoon.support.visitor.replace -
-
Uses of CtSwitch in spoon.reflect.code
Methods in spoon.reflect.code that return CtSwitch Modifier and Type Method Description CtSwitch<S>
CtSwitch. clone()
-
Uses of CtSwitch in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtSwitch Modifier and Type Method Description <S> CtSwitch<S>
CoreFactory. createSwitch()
Creates aswitch
statement.<S> CtSwitch<S>
Factory. createSwitch()
<S> CtSwitch<S>
FactoryImpl. createSwitch()
-
Uses of CtSwitch in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtSwitch Modifier and Type Method Description <S> void
CtAbstractVisitor. visitCtSwitch(CtSwitch<S> switchStatement)
<S> void
CtBiScannerDefault. visitCtSwitch(CtSwitch<S> switchStatement)
<E> void
CtInheritanceScanner. visitCtSwitch(CtSwitch<E> e)
<S> void
CtScanner. visitCtSwitch(CtSwitch<S> switchStatement)
<S> void
CtVisitor. visitCtSwitch(CtSwitch<S> switchStatement)
Visits aswitch
statement.<E> void
DefaultJavaPrettyPrinter. visitCtSwitch(CtSwitch<E> switchStatement)
-
Uses of CtSwitch in spoon.support
Methods in spoon.support that return CtSwitch Modifier and Type Method Description <S> CtSwitch<S>
DefaultCoreFactory. createSwitch()
-
Uses of CtSwitch in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtSwitch Modifier and Type Method Description <E> void
ParentExiter. visitCtSwitch(CtSwitch<E> switchStatement)
-
Uses of CtSwitch in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtSwitch Modifier and Type Class Description class
CtSwitchImpl<S>
Methods in spoon.support.reflect.code that return CtSwitch Modifier and Type Method Description CtSwitch<S>
CtSwitchImpl. clone()
-
Uses of CtSwitch in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtSwitch Modifier and Type Method Description <S> void
CloneVisitor. visitCtSwitch(CtSwitch<S> switchStatement)
-
Uses of CtSwitch in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtSwitch Modifier and Type Method Description <S> void
ReplacementVisitor. visitCtSwitch(CtSwitch<S> switchStatement)
-