nitc :: ADoExpr :: n_kwcatch=
catch
# The `catch` keyword var n_kwcatch: nullable TKwcatch = null is writable
redef fun n_kwcatch=(node) do _n_kwcatch = node if node != null then node.parent = self end