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 SummaryNested classes/interfaces inherited from class com.google.gerrit.index.query.PredicatePredicate.Any<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.google.gerrit.index.query.Predicateand, 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
- 
copyDescription copied from class:PredicateCreate a copy of this predicate, with new children.
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-