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 |
|---|---|
OptionalValue |
eval(Value value,
Environment environment,
Encoding encoding) |
eval, toStringpublic Not(ValueExpression operand)
public OptionalValue eval(Value value, Environment environment, Encoding encoding)
eval in class UnaryValueExpressionCopyright © 2017. All rights reserved.