public abstract class BooleanPredicate<C extends Comparable<C>> extends BooleanOperator implements FilterPredicate<C>
LogicalExpression.De, LogicalExpression.Se
args
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
static <C extends Comparable<C>> |
createBooleanPredicate(String function,
String name,
List<LogicalExpression> args,
ExpressionPosition pos) |
getCumulativeCost, getMajorType
arg, argCount, args, getName, getPosition, iterator, toString
getDescription, getSelfCost, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
matches
forEach, spliterator
public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept
in interface LogicalExpression
accept
in class BooleanOperator
E extends Exception
public static <C extends Comparable<C>> LogicalExpression createBooleanPredicate(String function, String name, List<LogicalExpression> args, ExpressionPosition pos)
Copyright © 1970 The Apache Software Foundation. All rights reserved.