Interface CtAssignment<T,​A extends T>

    • Method Detail

      • getAssigned

        CtExpression<T> getAssigned()
        Returns the assigned expression on the left-hand side (where the value is stored, e.g. in a variable, in an array, in a field ...).
      • setAssigned

        <C extends CtAssignment<T,​A>> C setAssigned​(CtExpression<T> assigned)
        Sets the assigned expression (left hand side - LHS).