nitc :: ABinopExpr :: init_abinopexpr
init init_abinopexpr ( n_expr: nullable AExpr, n_expr2: nullable AExpr ) do _n_expr = n_expr.as(not null) n_expr.parent = self _n_expr2 = n_expr2.as(not null) n_expr2.parent = self end