class org.apache.lucene.util.automaton.Automaton$2 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$2
  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$2 this
         0: .line 418
            aload 0 /* this */
            aload 1
            putfield org.apache.lucene.util.automaton.Automaton$2.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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/lucene/util/automaton/Automaton$2;
    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$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 421
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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 422
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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$2.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 2 /* j */
            iaload
            iastore
         2: .line 423
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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 424
            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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/lucene/util/automaton/Automaton$2;
            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$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 428
            iconst_3
            iload 1 /* i */
            imul
            istore 3 /* iStart */
        start local 3 // int iStart
         1: .line 429
            iconst_3
            iload 2 /* j */
            imul
            istore 4 /* jStart */
        start local 4 // int jStart
         2: .line 430
            aload 0 /* this */
            iload 3 /* iStart */
            iload 4 /* jStart */
            invokevirtual org.apache.lucene.util.automaton.Automaton$2.swapOne:(II)V
         3: .line 431
            aload 0 /* this */
            iload 3 /* iStart */
            iconst_1
            iadd
            iload 4 /* jStart */
            iconst_1
            iadd
            invokevirtual org.apache.lucene.util.automaton.Automaton$2.swapOne:(II)V
         4: .line 432
            aload 0 /* this */
            iload 3 /* iStart */
            iconst_2
            iadd
            iload 4 /* jStart */
            iconst_2
            iadd
            invokevirtual org.apache.lucene.util.automaton.Automaton$2.swapOne:(II)V
         5: .line 433
            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$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/lucene/util/automaton/Automaton$2;
            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$2 this
        start local 1 // int i
        start local 2 // int j
         0: .line 437
            iconst_3
            iload 1 /* i */
            imul
            istore 3 /* iStart */
        start local 3 // int iStart
         1: .line 438
            iconst_3
            iload 2 /* j */
            imul
            istore 4 /* jStart */
        start local 4 // int jStart
         2: .line 441
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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 5 /* iMin */
        start local 5 // int iMin
         3: .line 442
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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 6 /* jMin */
        start local 6 // int jMin
         4: .line 443
            iload 5 /* iMin */
            iload 6 /* jMin */
            if_icmpge 6
         5: .line 444
            iconst_m1
            ireturn
         6: .line 445
      StackMap locals: org.apache.lucene.util.automaton.Automaton$2 int int int int int int
      StackMap stack:
            iload 5 /* iMin */
            iload 6 /* jMin */
            if_icmple 8
         7: .line 446
            iconst_1
            ireturn
         8: .line 450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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 7 /* iMax */
        start local 7 // int iMax
         9: .line 451
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.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 8 /* jMax */
        start local 8 // int jMax
        10: .line 452
            iload 7 /* iMax */
            iload 8 /* jMax */
            if_icmpge 12
        11: .line 453
            iconst_m1
            ireturn
        12: .line 454
      StackMap locals: int int
      StackMap stack:
            iload 7 /* iMax */
            iload 8 /* jMax */
            if_icmple 14
        13: .line 455
            iconst_1
            ireturn
        14: .line 459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 3 /* iStart */
            iaload
            istore 9 /* iDest */
        start local 9 // int iDest
        15: .line 460
            aload 0 /* this */
            getfield org.apache.lucene.util.automaton.Automaton$2.this$0:Lorg/apache/lucene/util/automaton/Automaton;
            getfield org.apache.lucene.util.automaton.Automaton.transitions:[I
            iload 4 /* jStart */
            iaload
            istore 10 /* jDest */
        start local 10 // int jDest
        16: .line 461
            iload 9 /* iDest */
            iload 10 /* jDest */
            if_icmpge 18
        17: .line 462
            iconst_m1
            ireturn
        18: .line 463
      StackMap locals: int int
      StackMap stack:
            iload 9 /* iDest */
            iload 10 /* jDest */
            if_icmple 20
        19: .line 464
            iconst_1
            ireturn
        20: .line 467
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 10 // int jDest
        end local 9 // int iDest
        end local 8 // int jMax
        end local 7 // int iMax
        end local 6 // int jMin
        end local 5 // int iMin
        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$2 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lorg/apache/lucene/util/automaton/Automaton$2;
            0   21     1       i  I
            0   21     2       j  I
            1   21     3  iStart  I
            2   21     4  jStart  I
            3   21     5    iMin  I
            4   21     6    jMin  I
            9   21     7    iMax  I
           10   21     8    jMax  I
           15   21     9   iDest  I
           16   21    10   jDest  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$2