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 |
|---|---|
Optional<Value> |
eval(Value left,
Value right,
ParseState parseState,
Encoding encoding) |
equals, eval, hashCode, toStringpublic Mod(ValueExpression left, ValueExpression right)
public Optional<Value> eval(Value left, Value right, ParseState parseState, Encoding encoding)
eval in class BinaryValueExpressionCopyright © 2017. All rights reserved.