nitc :: AIfExpr :: n_then=
then
# The body of the `then` part var n_then: nullable AExpr = null is writable
redef fun n_then=(node) do _n_then = node if node != null then node.parent = self end