public abstract class IntegerRangeChangePredicate extends com.google.gerrit.index.query.IntegerRangePredicate<ChangeData> implements com.google.gerrit.index.query.Matchable<ChangeData>
Modifier | Constructor and Description |
---|---|
protected |
IntegerRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,java.lang.Integer> type,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
getMaximumValue, getMinimumValue, getValueInt, match
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
protected IntegerRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,java.lang.Integer> type, java.lang.String value) throws QueryParseException
QueryParseException
public int getCost()
getCost
in interface com.google.gerrit.index.query.Matchable<ChangeData>