public class Mod extends BinaryValueExpression
BinaryValueExpression that implements the modulo operation.
If the value of the right operand is equal to or smaller than
zero, the result is empty.
left, right| Constructor and Description |
|---|
Mod(ValueExpression left,
ValueExpression right) |
| Modifier and Type | Method and Description |
|---|---|
OptionalValue |
eval(Value left,
Value right,
Environment environment,
Encoding encoding) |
eval, toStringpublic Mod(ValueExpression left, ValueExpression right)
public OptionalValue eval(Value left, Value right, Environment environment, Encoding encoding)
eval in class BinaryValueExpressionCopyright © 2017. All rights reserved.