public class Not extends UnaryLogicalExpression
UnaryLogicalExpression that implements the logical NOT operator.operand| Constructor and Description |
|---|
Not(Expression operand) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(Environment environment,
Encoding encoding) |
toStringpublic Not(Expression operand)
public boolean eval(Environment environment, Encoding encoding)
Copyright © 2017. All rights reserved.