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