Class ChangeOperatorPredicate
- java.lang.Object
-
- com.google.gerrit.index.query.Predicate<T>
-
- com.google.gerrit.index.query.OperatorPredicate<ChangeData>
-
- com.google.gerrit.server.query.change.ChangeOperatorPredicate
-
- All Implemented Interfaces:
com.google.gerrit.index.query.Matchable<ChangeData>
- Direct Known Subclasses:
DestinationPredicate
,OwnerinPredicate
,ReviewerinPredicate
public abstract class ChangeOperatorPredicate extends com.google.gerrit.index.query.OperatorPredicate<ChangeData> implements com.google.gerrit.index.query.Matchable<ChangeData>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ChangeOperatorPredicate(String name, String value)
-
Method Summary
-
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
-
-