Class RegexRefPredicate

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected dk.brics.automaton.RunAutomaton pattern  
      • Fields inherited from class com.google.gerrit.index.query.OperatorPredicate

        name, value
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCost()  
      boolean match​(ChangeData object)  
      • 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
    • Field Detail

      • pattern

        protected final dk.brics.automaton.RunAutomaton pattern
    • Constructor Detail

      • RegexRefPredicate

        public RegexRefPredicate​(String re)
    • Method Detail

      • match

        public boolean match​(ChangeData object)
                      throws com.google.gwtorm.server.OrmException
        Throws:
        com.google.gwtorm.server.OrmException
      • getCost

        public int getCost()