getTarget

@Nullable
open fun getTarget(): @Nullable AssignmentTarget

The target of this assignment. Note that this is intentionally nullable, because while BinaryOperator implements Assignment, not all binary operations are assignments. Thus, the target is only non-null for operations that have a == operator.