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 SummaryConstructors Modifier Constructor Description protectedChangeOperatorPredicate(String name, String value)
 - 
Method Summary- 
Methods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toString
 - 
Methods inherited from class com.google.gerrit.index.query.Predicateand, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, isMatchable, not, or, or
 
- 
 
-