nitc :: AOnceExpr :: init_aonceexpr
init init_aonceexpr ( n_kwonce: nullable TKwonce, n_expr: nullable AExpr ) do _n_kwonce = n_kwonce.as(not null) n_kwonce.parent = self _n_expr = n_expr.as(not null) n_expr.parent = self end