public final class WildPatternPredicate<T> extends OperatorPredicate<T>
May only be used when nested immediately within a
VariablePredicate. Within the QueryRewriter this predicate matches
any other operator whose name matches this predicate's operator name.
QueryRewriter| Constructor and Description |
|---|
WildPatternPredicate(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
getCost() |
int |
hashCode() |
boolean |
match(T object)
Does this predicate match this object?
|
java.lang.String |
toString() |
copy, getOperator, getValueand, and, any, getChild, getChildCount, getChildren, not, or, orpublic boolean match(T object)
Predicatepublic int getCost()
public int hashCode()
hashCode in class OperatorPredicate<T>public boolean equals(java.lang.Object other)
equals in class OperatorPredicate<T>public java.lang.String toString()
toString in class OperatorPredicate<T>