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 Summary
Nested classes/interfaces inherited from class com.google.gerrit.index.query.Predicate
Predicate.Any<T> -
Field Summary
Fields inherited from class com.google.gerrit.index.query.OperatorPredicate
name, value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedRegexPredicate(SchemaFieldDefs.SchemaField<I, ?> def, String value) protectedRegexPredicate(SchemaFieldDefs.SchemaField<I, ?> def, String name, String value) -
Method Summary
Methods inherited from class com.google.gerrit.index.query.IndexPredicate
getCost, getField, getType, matchMethods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toStringMethods 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
-
Constructor Details
-
RegexPredicate
-
RegexPredicate
-