public class MinusOperator extends NumericOperator
left, rightlocation| Constructor and Description |
|---|
MinusOperator(ExpressionNode left,
ExpressionNode right,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
perform(double v1,
double v2) |
protected long |
perform(long v1,
long v2) |
performapply, computeMatchContexts, dump, getChildren, optimize, toStringgetLocation, preparepublic MinusOperator(ExpressionNode left, ExpressionNode right, Location location)
protected double perform(double v1,
double v2)
perform in class NumericOperatorprotected long perform(long v1,
long v2)
perform in class NumericOperator