Package com.google.gerrit.index.query
Class OperatorPredicate<T>
java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.OperatorPredicate<T>
- Direct Known Subclasses:
 IndexPredicate,IntPredicate,IsVisibleToPredicate,PostFilterPredicate,SubmitRequirementPredicate
Predicate to filter a field by matching value.
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gerrit.index.query.Predicate
Predicate.Any<T> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.google.gerrit.index.query.Predicate
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getFlattenedPredicateList, getLeafCount, getPredicateString, isLeaf, isMatchable, not, or, or, supportedForQueries 
- 
Field Details
- 
name
 - 
value
 
 - 
 - 
Constructor Details
- 
OperatorPredicate
 
 - 
 - 
Method Details
- 
getOperator
 - 
getValue
 - 
copy
Description copied from class:PredicateCreate a copy of this predicate, with new children. - 
hashCode
public int hashCode() - 
equals
 - 
toString
 
 -