Class ChangeRegexPredicate

    • Field Summary

      • Fields inherited from class com.google.gerrit.index.query.OperatorPredicate

        name, value
    • Method Summary

      • Methods inherited from class com.google.gerrit.index.query.IndexPredicate

        getField, getType
      • 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, isMatchable, not, or, or
      • Methods inherited from interface com.google.gerrit.index.query.Matchable

        getCost, match
    • Constructor Detail

      • ChangeRegexPredicate

        protected ChangeRegexPredicate​(com.google.gerrit.index.FieldDef<ChangeData,​?> def,
                                       String value)
      • ChangeRegexPredicate

        protected ChangeRegexPredicate​(com.google.gerrit.index.FieldDef<ChangeData,​?> def,
                                       String name,
                                       String value)