public class Neg extends UnaryValueExpression
UnaryValueExpression that implements integer negation.operand| Constructor and Description |
|---|
Neg(ValueExpression operand) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Value> |
eval(Value value,
ParseState parseState,
Encoding encoding) |
equals, eval, hashCode, toStringpublic Neg(ValueExpression operand)
public Optional<Value> eval(Value value, ParseState parseState, Encoding encoding)
eval in class UnaryValueExpressionCopyright © 2017. All rights reserved.