public BinaryArithExpr(ArithExpr left, ArithExpr right, ArithNodeType type) : base(type, left, right) { }
public UnaryArithExpr(ArithExpr operand, ArithNodeType type) : base(type, operand) { }