nitc :: AAnnotation :: n_opar=
# The opening parenthesis of the arguments 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