Uses of Interface
spoon.reflect.code.CtRHSReceiver
Packages that use CtRHSReceiver
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
-
Uses of CtRHSReceiver in spoon.reflect.code
Subinterfaces of CtRHSReceiver in spoon.reflect.codeModifier and TypeInterfaceDescriptioninterface
CtAssignment<T,A extends T>
This code element defines an assignment.interface
This code element defines a local variable definition (within an executable body).interface
CtOperatorAssignment<T,A extends T>
This code element defines an self-operated assignment such as += or *=.Methods in spoon.reflect.code with type parameters of type CtRHSReceiverModifier and TypeMethodDescription<U extends CtRHSReceiver<T>>
UCtLocalVariable.setAssignment(CtExpression<T> assignment)
<T extends CtRHSReceiver<A>>
TCtRHSReceiver.setAssignment(CtExpression<A> assignment)
Sets the right-hand side expression (RHS) of the "=" operator. -
Uses of CtRHSReceiver in spoon.reflect.declaration
Subinterfaces of CtRHSReceiver in spoon.reflect.declarationModifier and TypeInterfaceDescriptioninterface
CtEnumValue<T>
Corresponds to one enum value specified in an enumeration.interface
CtField<T>
This element defines a field declaration.Methods in spoon.reflect.declaration with type parameters of type CtRHSReceiverModifier and TypeMethodDescription<U extends CtRHSReceiver<T>>
UCtEnumValue.setAssignment(CtExpression<T> assignment)
<U extends CtRHSReceiver<T>>
UCtField.setAssignment(CtExpression<T> assignment)
-
Uses of CtRHSReceiver in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtRHSReceiverModifier and TypeMethodDescription<T> void
CtInheritanceScanner.scanCtRHSReceiver(CtRHSReceiver<T> ctRHSReceiver)
Scans the right-hand side of an assignment -
Uses of CtRHSReceiver in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtRHSReceiverModifier and TypeClassDescriptionclass
CtAssignmentImpl<T,A extends T>
class
class
CtOperatorAssignmentImpl<T,A extends T>
Methods in spoon.support.reflect.code with type parameters of type CtRHSReceiverModifier and TypeMethodDescription<C extends CtRHSReceiver<A>>
CCtAssignmentImpl.setAssignment(CtExpression<A> assignment)
<C extends CtRHSReceiver<T>>
CCtLocalVariableImpl.setAssignment(CtExpression<T> assignment)
-
Uses of CtRHSReceiver in spoon.support.reflect.declaration
Classes in spoon.support.reflect.declaration that implement CtRHSReceiverMethods in spoon.support.reflect.declaration with type parameters of type CtRHSReceiverModifier and TypeMethodDescription<C extends CtRHSReceiver<T>>
CCtFieldImpl.setAssignment(CtExpression<T> assignment)