public static class Predicates.FalseExpression extends LeafExpression implements Predicate
Expression.Operator| Constructor and Description |
|---|
FalseExpression() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ExpressionVisitor<T> exprVisitor)
Traverses the expression with the provided
ExpressionVisitor |
Boolean |
eval(StructLike data) |
static Predicates.FalseExpression |
get() |
Expression.Operator |
getOperator() |
String |
toString() |
getChildrenclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataTypegetChildrenpublic static Predicates.FalseExpression get()
public Boolean eval(StructLike data)
eval in interface Expressionpublic Expression.Operator getOperator()
getOperator in interface Predicatepublic <T> T accept(ExpressionVisitor<T> exprVisitor)
ExpressionExpressionVisitoraccept in interface Expressionaccept in interface Predicatepublic String toString()
toString in interface ExpressiontoString in class ObjectCopyright © 2024 The Apache Software Foundation. All rights reserved.