Class ChangeRegexPredicate
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<ChangeData>
com.google.gerrit.server.query.change.ChangeRegexPredicate
- All Implemented Interfaces:
Matchable<ChangeData>
- Direct Known Subclasses:
RegexDirectoryPredicate
,RegexHashtagPredicate
,RegexMessagePredicate
,RegexPathPredicate
,RegexProjectPredicate
,RegexRefPredicate
,RegexTopicPredicate
public abstract class ChangeRegexPredicate
extends RegexPredicate<ChangeData>
implements Matchable<ChangeData>
-
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
ConstructorsModifierConstructorDescriptionprotected
ChangeRegexPredicate
(SchemaFieldDefs.SchemaField<ChangeData, ?> def, String value) protected
ChangeRegexPredicate
(SchemaFieldDefs.SchemaField<ChangeData, ?> def, String name, String value) -
Method Summary
Methods inherited from class com.google.gerrit.index.query.IndexPredicate
getCost, getField, getType, match
Methods inherited from class com.google.gerrit.index.query.OperatorPredicate
copy, equals, getOperator, getValue, hashCode, toString
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
-
Constructor Details
-
ChangeRegexPredicate
-
ChangeRegexPredicate
protected ChangeRegexPredicate(SchemaFieldDefs.SchemaField<ChangeData, ?> def, String name, String value)
-