Package spoon.reflect.code
Interface CtRHSReceiver<A>
- All Known Subinterfaces:
CtAssignment<T,A>,CtEnumValue<T>,CtField<T>,CtLocalVariable<T>,CtOperatorAssignment<T,A>
- All Known Implementing Classes:
CtAssignmentImpl,CtEnumValueImpl,CtFieldImpl,CtLocalVariableImpl,CtOperatorAssignmentImpl
public interface CtRHSReceiver<A>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the right-hand side of the "=" operator.<T extends CtRHSReceiver<A>>
TsetAssignment(CtExpression<A> assignment)Sets the right-hand side expression (RHS) of the "=" operator.
-
Method Details
-
getAssignment
CtExpression<A> getAssignment()Returns the right-hand side of the "=" operator. -
setAssignment
Sets the right-hand side expression (RHS) of the "=" operator.
-