Package com.google.gerrit.index.query
Class RegexPredicate<I>
java.lang.Object
com.google.gerrit.index.query.Predicate<T>
com.google.gerrit.index.query.OperatorPredicate<I>
com.google.gerrit.index.query.IndexPredicate<I>
com.google.gerrit.index.query.RegexPredicate<I>
- All Implemented Interfaces:
- Matchable<I>
- Direct Known Subclasses:
- ChangeRegexPredicate
- 
Nested Class SummaryNested classes/interfaces inherited from class com.google.gerrit.index.query.PredicatePredicate.Any<T>
- 
Field SummaryFields inherited from class com.google.gerrit.index.query.OperatorPredicatename, value
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedRegexPredicate(SchemaFieldDefs.SchemaField<I, ?> def, String value) protectedRegexPredicate(SchemaFieldDefs.SchemaField<I, ?> def, String name, String value) 
- 
Method SummaryMethods inherited from class com.google.gerrit.index.query.IndexPredicategetCost, getField, getType, matchMethods inherited from class com.google.gerrit.index.query.OperatorPredicatecopy, equals, getOperator, getValue, hashCode, toStringMethods 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
- 
Constructor Details- 
RegexPredicate
- 
RegexPredicate
 
-