nitc :: ADoExpr :: n_catch=
# The do catch block var n_catch: nullable AExpr = null is writable
redef fun n_catch=(node) do _n_catch = node if node != null then node.parent = self end