Class ChangeRegexPredicate
java.lang.Object
com.google.gerrit.index.query.Predicate<ChangeData>
com.google.gerrit.index.query.OperatorPredicate<ChangeData>
com.google.gerrit.index.query.IndexPredicate<ChangeData>
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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.gerrit.index.query.Matchable
getCost, match, matchResult
-
Constructor Details
-
ChangeRegexPredicate
-
ChangeRegexPredicate
protected ChangeRegexPredicate(SchemaFieldDefs.SchemaField<ChangeData, ?> def, String name, String value)
-