public class com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter extends com.oracle.truffle.regex.tregex.parser.Counter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter
  super_class: com.oracle.truffle.regex.tregex.parser.Counter
{
  private final int max;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String errorMsg;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter this
        start local 1 // int max
        start local 2 // java.lang.String errorMsg
         0: .line 82
            aload 0 /* this */
            invokespecial com.oracle.truffle.regex.tregex.parser.Counter.<init>:()V
         1: .line 83
            aload 0 /* this */
            iload 1 /* max */
            putfield com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter.max:I
         2: .line 84
            aload 0 /* this */
            aload 2 /* errorMsg */
            putfield com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter.errorMsg:Ljava/lang/String;
         3: .line 85
            return
        end local 2 // java.lang.String errorMsg
        end local 1 // int max
        end local 0 // com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/regex/tregex/parser/Counter$ThresholdCounter;
            0    4     1       max  I
            0    4     2  errorMsg  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      max       
      errorMsg  

  public int inc(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter this
        start local 1 // int i
         0: .line 89
            aload 0 /* this */
            iload 1 /* i */
            invokespecial com.oracle.truffle.regex.tregex.parser.Counter.inc:(I)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 90
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter.getCount:()I
            aload 0 /* this */
            getfield com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter.max:I
            if_icmple 3
         2: .line 91
            new com.oracle.truffle.regex.UnsupportedRegexException
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter.errorMsg:Ljava/lang/String;
            invokespecial com.oracle.truffle.regex.UnsupportedRegexException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 93
      StackMap locals: int
      StackMap stack:
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // int i
        end local 0 // com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/regex/tregex/parser/Counter$ThresholdCounter;
            0    4     1     i  I
            1    4     2   ret  I
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "Counter.java"
NestHost: com.oracle.truffle.regex.tregex.parser.Counter
InnerClasses:
  public ThresholdCounter = com.oracle.truffle.regex.tregex.parser.Counter$ThresholdCounter of com.oracle.truffle.regex.tregex.parser.Counter