public class Not extends java.lang.Object implements Expression
Expression.Operation
Modifier and Type | Method and Description |
---|---|
Expression |
child() |
Expression |
negate()
Returns the negation of this expression, equivalent to not(this).
|
Expression.Operation |
op()
Returns the operation for an expression node.
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isEquivalentTo
public Expression child()
public Expression.Operation op()
Expression
op
in interface Expression
public Expression negate()
Expression
negate
in interface Expression
public java.lang.String toString()
toString
in class java.lang.Object