public void AddOperator(IntegerArithmeticOperatorType op)
 {
     AddOperator(new IntegerArithmeticOperator(op));
 }
Example #2
0
 public IntegerArithmeticOperator(IntegerArithmeticOperatorType type)
 {
     Type = type;
 }
 public IntegerArithmeticOperator(IntegerArithmeticOperatorType type)
 {
     Type = type;
 }
Example #4
0
 public void AddOperator(IntegerArithmeticOperatorType op)
 {
     AddOperator(new IntegerArithmeticOperator(op));
 }