Class IntegerRangeChangePredicate
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<I>
-
- com.google.gerrit.index.query.IndexPredicate<T>
-
- com.google.gerrit.index.query.IntegerRangePredicate<ChangeData>
-
- com.google.gerrit.server.query.change.IntegerRangeChangePredicate
-
- All Implemented Interfaces:
com.google.gerrit.index.query.Matchable<ChangeData>
- Direct Known Subclasses:
AddedPredicate
,DeletedPredicate
,DeltaPredicate
,IsUnresolvedPredicate
public abstract class IntegerRangeChangePredicate extends com.google.gerrit.index.query.IntegerRangePredicate<ChangeData> implements com.google.gerrit.index.query.Matchable<ChangeData>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
IntegerRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,Integer> type, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCost()
-
Methods inherited from class com.google.gerrit.index.query.IntegerRangePredicate
getMaximumValue, getMinimumValue, getValueInt, match
-
Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toString
-
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
-
-
-
-
Constructor Detail
-
IntegerRangeChangePredicate
protected IntegerRangeChangePredicate(com.google.gerrit.index.FieldDef<ChangeData,Integer> type, String value) throws QueryParseException
- Throws:
QueryParseException
-
-
Method Detail
-
getCost
public int getCost()
- Specified by:
getCost
in interfacecom.google.gerrit.index.query.Matchable<ChangeData>
-
-