de.xabsl.jxabsl.expression.decimal
Class ArithmeticOperator
java.lang.Object
de.xabsl.jxabsl.expression.decimal.DecimalExpression
de.xabsl.jxabsl.expression.decimal.ArithmeticOperator
- Direct Known Subclasses:
- DivideOperator, MinusOperator, ModOperator, MultiplyOperator, PlusOperator
public abstract class ArithmeticOperator
- extends DecimalExpression
Base class for the +, -, *, / and % operator.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
operand1
protected DecimalExpression operand1
operand2
protected DecimalExpression operand2
ArithmeticOperator
public ArithmeticOperator(DebugMessages debug)
create
public void create(DecimalExpression operand1,
DecimalExpression operand2)
- Creates the operator
- Parameters:
operand1
- The first operandoperand2
- The second operand
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object