public class False extends java.lang.Object implements Expression
expression that is always false.Expression.Operation| Modifier and Type | Method and Description |
|---|---|
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() |
public Expression.Operation op()
Expressionop in interface Expressionpublic Expression negate()
Expressionnegate in interface Expressionpublic java.lang.String toString()
toString in class java.lang.Object