nitc :: ABinopExpr :: n_expr2=
Note: the receiver (n_expr) is the first operand
n_expr
# The second operand of the operation # Note: the receiver (`n_expr`) is the first operand var n_expr2: AExpr is writable, noinit
redef fun n_expr2=(node) do _n_expr2 = node node.parent = self end