nitc :: AAsCastForm :: n_opar=
# The opening parenthesis var n_opar: nullable TOpar = null is writable
redef fun n_opar=(node) do _n_opar = node if node != null then node.parent = self end