Class Counter.ThresholdCounter

java.lang.Object
com.oracle.truffle.regex.tregex.parser.Counter
com.oracle.truffle.regex.tregex.parser.Counter.ThresholdCounter
Enclosing class:
Counter

public static class Counter.ThresholdCounter extends Counter
  • Constructor Details

    • ThresholdCounter

      public ThresholdCounter(int max, String errorMsg)
  • Method Details

    • inc

      public int inc(int i)
      Overrides:
      inc in class Counter