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(ParseState parseState,
Encoding encoding) |
equals, hashCode, toStringpublic Not(Expression operand)
public boolean eval(ParseState parseState, Encoding encoding)
Copyright © 2017. All rights reserved.