nitc :: AAndExpr :: make
private init make(right_expr: AExpr, left_expr: AExpr) do self.init_aandexpr(right_expr,new TKwand ,left_expr) end