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>
 
 
 
 
- 
- Direct Known Subclasses:
- ChangeRegexPredicate
 
 public abstract class RegexPredicate<I> extends IndexPredicate<I> 
- 
- 
Field Summary- 
Fields inherited from class com.google.gerrit.index.query.OperatorPredicatename, value
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedRegexPredicate(FieldDef<I,?> def, String value)protectedRegexPredicate(FieldDef<I,?> def, String name, String value)
 - 
Method Summary- 
Methods inherited from class com.google.gerrit.index.query.IndexPredicategetField, getType
 - 
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, getLeafCount, isMatchable, not, or, or
 
- 
 
-