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