Uses of Interface
spoon.reflect.code.CtSwitch
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 CtSwitch in spoon.reflect.code
-
Uses of CtSwitch in spoon.reflect.factory
Modifier and TypeMethodDescription<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
Modifier and TypeMethodDescription<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
-
Uses of CtSwitch in spoon.support.compiler.jdt
Modifier and TypeMethodDescription<E> void
ParentExiter.visitCtSwitch(CtSwitch<E> switchStatement)
-
Uses of CtSwitch in spoon.support.reflect.code
-
Uses of CtSwitch in spoon.support.visitor.clone
Modifier and TypeMethodDescription<S> void
CloneVisitor.visitCtSwitch(CtSwitch<S> switchStatement)
-
Uses of CtSwitch in spoon.support.visitor.replace
Modifier and TypeMethodDescription<S> void
ReplacementVisitor.visitCtSwitch(CtSwitch<S> switchStatement)