class org.springframework.expression.spel.ast.OperatorMatches$AccessCount
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.expression.spel.ast.OperatorMatches$AccessCount
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$AccessCount this
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$AccessCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;

  public void check();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.ast.OperatorMatches$AccessCount this
         0: .line 103
            aload 0 /* this */
            dup
            getfield org.springframework.expression.spel.ast.OperatorMatches$AccessCount.count:I
            dup_x1
            iconst_1
            iadd
            putfield org.springframework.expression.spel.ast.OperatorMatches$AccessCount.count:I
            ldc 1000000
            if_icmple 2
         1: .line 104
            new java.lang.IllegalStateException
            dup
            ldc "Pattern access threshold exceeded"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.expression.spel.ast.OperatorMatches$AccessCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/expression/spel/ast/OperatorMatches$AccessCount;
    Exceptions:
      throws java.lang.IllegalStateException
}
SourceFile: "OperatorMatches.java"
NestHost: org.springframework.expression.spel.ast.OperatorMatches
InnerClasses:
  private AccessCount = org.springframework.expression.spel.ast.OperatorMatches$AccessCount of org.springframework.expression.spel.ast.OperatorMatches