Uses of Interface
spoon.reflect.code.CtAbstractSwitch
Packages that use CtAbstractSwitch
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
-
Uses of CtAbstractSwitch in spoon.reflect.code
Subinterfaces of CtAbstractSwitch in spoon.reflect.codeModifier and TypeInterfaceDescriptioninterface
CtSwitch<S>
This code element defines a switch statement.interface
CtSwitchExpression<T,S>
This code element defines a switch expression.Methods in spoon.reflect.code with type parameters of type CtAbstractSwitchModifier and TypeMethodDescription<T extends CtAbstractSwitch<S>>
TAdds a case;<T extends CtAbstractSwitch<S>>
TAdds a case at the specified position.<T extends CtAbstractSwitch<S>>
TSets the list of cases defined for this switch.<T extends CtAbstractSwitch<S>>
TCtAbstractSwitch.setSelector(CtExpression<S> selector)
Sets the selector. -
Uses of CtAbstractSwitch in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtAbstractSwitchModifier and TypeMethodDescription<S> void
CtInheritanceScanner.scanCtAbstractSwitch(CtAbstractSwitch<S> a)
Scans an abstract switch (either switch statement or switch expression). -
Uses of CtAbstractSwitch in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtAbstractSwitchMethods in spoon.support.reflect.code with type parameters of type CtAbstractSwitchModifier and TypeMethodDescription<T extends CtAbstractSwitch<S>>
T<T extends CtAbstractSwitch<S>>
T<T extends CtAbstractSwitch<S>>
T<T extends CtAbstractSwitch<S>>
T<T extends CtAbstractSwitch<S>>
T<T extends CtAbstractSwitch<S>>
T<T extends CtAbstractSwitch<S>>
TCtSwitchExpressionImpl.setSelector(CtExpression<S> selector)
<T extends CtAbstractSwitch<S>>
TCtSwitchImpl.setSelector(CtExpression<S> selector)