Class LabelPredicate.Parsed

java.lang.Object
com.google.gerrit.server.query.change.LabelPredicate.Parsed
Enclosing class:
LabelPredicate

protected static class LabelPredicate.Parsed extends Object
  • Field Details

    • label

      protected final String label
    • test

      protected final String test
    • numericValue

      protected final int numericValue
  • Constructor Details

    • Parsed

      protected Parsed(String label, String test, int numericValue)