class org.apache.lucene.util.automaton.Automaton$1 extends org.apache.lucene.util.InPlaceMergeSorter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.lucene.util.automaton.Automaton$1
  super_class: org.apache.lucene.util.InPlaceMergeSorter
{
  final org.apache.lucene.util.automaton.Automaton this$0;
    descriptor: Lorg/apache/lucene/util/automaton/Automaton;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.lucene.util.automaton.Automaton);
    descriptor: (Lorg/apache/lucene/util/automaton/Automaton;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.lucene.util.automaton.Automaton$1 this
         0: .line 364
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            aload 0 /* this */
            invokespecial org.apache.lucene.util.InPlaceMergeSorter.<init>:()V
            return
        end local 0 // org.apache.lucene.util.automaton.Automaton$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/automaton/Automaton$1;
    MethodParameters:
        Name  Flags
      this$0  final

  private void swapOne(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.lucene.util.automaton.Automaton$1 this
        start local 1 // int i
        start local 2 // int j
         0: .line 367
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 1 /* i */
            iaload
            istore 3 /* x */
        start local 3 // int x
         1: .line 368
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 1 /* i */
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 369
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 2 /* j */
            iload 3 /* x */
            iastore
         3: .line 370
            return
        end local 3 // int x
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.automaton.Automaton$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/automaton/Automaton$1;
            0    4     1     i  I
            0    4     2     j  I
            1    4     3     x  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected void swap(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.lucene.util.automaton.Automaton$1 this
        start local 1 // int i
        start local 2 // int j
         0: .line 374
            iconst_3
            iload 1 /* i */
            imul
            istore 3 /* iStart */
        start local 3 // int iStart
         1: .line 375
            iconst_3
            iload 2 /* j */
            imul
            istore 4 /* jStart */
        start local 4 // int jStart
         2: .line 376
            aload 0 /* this */
            iload 3 /* iStart */
            iload 4 /* jStart */
            invokevirtual org.apache.lucene.util.automaton.Automaton$1.swapOne:(II)V
         3: .line 377
            aload 0 /* this */
            iload 3 /* iStart */
            iconst_1
            iadd
            iload 4 /* jStart */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.util.automaton.Automaton$1.swapOne:(II)V
         4: .line 378
            aload 0 /* this */
            iload 3 /* iStart */
            iconst_2
            iadd
            iload 4 /* jStart */
            iconst_2
            iadd
            invokevirtual org.apache.lucene.util.automaton.Automaton$1.swapOne:(II)V
         5: .line 379
            return
        end local 4 // int jStart
        end local 3 // int iStart
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.automaton.Automaton$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/util/automaton/Automaton$1;
            0    6     1       i  I
            0    6     2       j  I
            1    6     3  iStart  I
            2    6     4  jStart  I
    MethodParameters:
      Name  Flags
      i     
      j     

  protected int compare(int, int);
    descriptor: (II)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=11, args_size=3
        start local 0 // org.apache.lucene.util.automaton.Automaton$1 this
        start local 1 // int i
        start local 2 // int j
         0: .line 383
            iconst_3
            iload 1 /* i */
            imul
            istore 3 /* iStart */
        start local 3 // int iStart
         1: .line 384
            iconst_3
            iload 2 /* j */
            imul
            istore 4 /* jStart */
        start local 4 // int jStart
         2: .line 387
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 3 /* iStart */
            iaload
            istore 5 /* iDest */
        start local 5 // int iDest
         3: .line 388
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 4 /* jStart */
            iaload
            istore 6 /* jDest */
        start local 6 // int jDest
         4: .line 389
            iload 5 /* iDest */
            iload 6 /* jDest */
            if_icmpge 6
         5: .line 390
            iconst_m1
            ireturn
         6: .line 391
      StackMap locals: org.apache.lucene.util.automaton.Automaton$1 int int int int int int
      StackMap stack:
            iload 5 /* iDest */
            iload 6 /* jDest */
            if_icmple 8
         7: .line 392
            iconst_1
            ireturn
         8: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 3 /* iStart */
            iconst_1
            iadd
            iaload
            istore 7 /* iMin */
        start local 7 // int iMin
         9: .line 397
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 4 /* jStart */
            iconst_1
            iadd
            iaload
            istore 8 /* jMin */
        start local 8 // int jMin
        10: .line 398
            iload 7 /* iMin */
            iload 8 /* jMin */
            if_icmpge 12
        11: .line 399
            iconst_m1
            ireturn
        12: .line 400
      StackMap locals: int int
      StackMap stack:
            iload 7 /* iMin */
            iload 8 /* jMin */
            if_icmple 14
        13: .line 401
            iconst_1
            ireturn
        14: .line 405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 3 /* iStart */
            iconst_2
            iadd
            iaload
            istore 9 /* iMax */
        start local 9 // int iMax
        15: .line 406
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$1.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 4 /* jStart */
            iconst_2
            iadd
            iaload
            istore 10 /* jMax */
        start local 10 // int jMax
        16: .line 407
            iload 9 /* iMax */
            iload 10 /* jMax */
            if_icmpge 18
        17: .line 408
            iconst_m1
            ireturn
        18: .line 409
      StackMap locals: int int
      StackMap stack:
            iload 9 /* iMax */
            iload 10 /* jMax */
            if_icmple 20
        19: .line 410
            iconst_1
            ireturn
        20: .line 413
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 10 // int jMax
        end local 9 // int iMax
        end local 8 // int jMin
        end local 7 // int iMin
        end local 6 // int jDest
        end local 5 // int iDest
        end local 4 // int jStart
        end local 3 // int iStart
        end local 2 // int j
        end local 1 // int i
        end local 0 // org.apache.lucene.util.automaton.Automaton$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lorg/apache/lucene/util/automaton/Automaton$1;
            0   21     1       i  I
            0   21     2       j  I
            1   21     3  iStart  I
            2   21     4  jStart  I
            3   21     5   iDest  I
            4   21     6   jDest  I
            9   21     7    iMin  I
           10   21     8    jMin  I
           15   21     9    iMax  I
           16   21    10    jMax  I
    MethodParameters:
      Name  Flags
      i     
      j     
}
SourceFile: "Automaton.java"
EnclosingMethod: org.apache.lucene.util.automaton.Automaton
NestHost: org.apache.lucene.util.automaton.Automaton
InnerClasses:
  org.apache.lucene.util.automaton.Automaton$1