Uses of Interface
spoon.reflect.code.CtSwitch
Packages that use 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
Methods in spoon.reflect.code that return CtSwitch -
Uses of CtSwitch in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtSwitchModifier and TypeMethodDescription<S> CtSwitch<S>CoreFactory.createSwitch()Creates aswitchstatement.<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 CtSwitchModifier and TypeMethodDescription<S> voidCtAbstractVisitor.visitCtSwitch(CtSwitch<S> switchStatement)<S> voidCtBiScannerDefault.visitCtSwitch(CtSwitch<S> switchStatement)<E> voidCtInheritanceScanner.visitCtSwitch(CtSwitch<E> e)<S> voidCtScanner.visitCtSwitch(CtSwitch<S> switchStatement)<S> voidCtVisitor.visitCtSwitch(CtSwitch<S> switchStatement)Visits aswitchstatement.<E> voidDefaultJavaPrettyPrinter.visitCtSwitch(CtSwitch<E> switchStatement) -
Uses of CtSwitch in spoon.support
Methods in spoon.support that return CtSwitch -
Uses of CtSwitch in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtSwitchModifier and TypeMethodDescription<E> voidParentExiter.visitCtSwitch(CtSwitch<E> switchStatement) -
Uses of CtSwitch in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtSwitchMethods in spoon.support.reflect.code that return CtSwitch -
Uses of CtSwitch in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtSwitchModifier and TypeMethodDescription<S> voidCloneVisitor.visitCtSwitch(CtSwitch<S> switchStatement) -
Uses of CtSwitch in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtSwitchModifier and TypeMethodDescription<S> voidReplacementVisitor.visitCtSwitch(CtSwitch<S> switchStatement)