class org.egothor.stemmer.Reduce$Remap extends org.egothor.stemmer.Row
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.egothor.stemmer.Reduce$Remap
  super_class: org.egothor.stemmer.Row
{
  final org.egothor.stemmer.Reduce this$0;
    descriptor: Lorg/egothor/stemmer/Reduce;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.egothor.stemmer.Reduce, org.egothor.stemmer.Row, int[]);
    descriptor: (Lorg/egothor/stemmer/Reduce;Lorg/egothor/stemmer/Row;[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // org.egothor.stemmer.Reduce$Remap this
        start local 2 // org.egothor.stemmer.Row old
        start local 3 // int[] remap
         0: .line 117
            aload 0 /* this */
            aload 1
            putfield org.egothor.stemmer.Reduce$Remap.this$0:Lorg/egothor/stemmer/Reduce;
         1: .line 118
            aload 0 /* this */
            invokespecial org.egothor.stemmer.Row.<init>:()V
         2: .line 119
            aload 2 /* old */
            getfield org.egothor.stemmer.Row.cells:Ljava/util/TreeMap;
            invokevirtual java.util.TreeMap.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4 /* i */
        start local 4 // java.util.Iterator i
         3: .line 120
            goto 12
         4: .line 121
      StackMap locals: org.egothor.stemmer.Reduce$Remap org.egothor.stemmer.Reduce org.egothor.stemmer.Row int[] java.util.Iterator
      StackMap stack:
            aload 4 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Character
            astore 5 /* ch */
        start local 5 // java.lang.Character ch
         5: .line 122
            aload 2 /* old */
            aload 5 /* ch */
            invokevirtual org.egothor.stemmer.Row.at:(Ljava/lang/Character;)Lorg/egothor/stemmer/Cell;
            astore 6 /* c */
        start local 6 // org.egothor.stemmer.Cell c
         6: .line 124
            aload 6 /* c */
            getfield org.egothor.stemmer.Cell.ref:I
            iflt 10
         7: .line 125
            new org.egothor.stemmer.Cell
            dup
            aload 6 /* c */
            invokespecial org.egothor.stemmer.Cell.<init>:(Lorg/egothor/stemmer/Cell;)V
            astore 7 /* nc */
        start local 7 // org.egothor.stemmer.Cell nc
         8: .line 126
            aload 7 /* nc */
            aload 3 /* remap */
            aload 7 /* nc */
            getfield org.egothor.stemmer.Cell.ref:I
            iaload
            putfield org.egothor.stemmer.Cell.ref:I
         9: .line 127
            goto 11
        end local 7 // org.egothor.stemmer.Cell nc
        10: .line 128
      StackMap locals: java.lang.Character org.egothor.stemmer.Cell
      StackMap stack:
            new org.egothor.stemmer.Cell
            dup
            aload 6 /* c */
            invokespecial org.egothor.stemmer.Cell.<init>:(Lorg/egothor/stemmer/Cell;)V
            astore 7 /* nc */
        start local 7 // org.egothor.stemmer.Cell nc
        11: .line 130
      StackMap locals: org.egothor.stemmer.Cell
      StackMap stack:
            aload 0 /* this */
            getfield org.egothor.stemmer.Reduce$Remap.cells:Ljava/util/TreeMap;
            aload 5 /* ch */
            aload 7 /* nc */
            invokevirtual java.util.TreeMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // org.egothor.stemmer.Cell nc
        end local 6 // org.egothor.stemmer.Cell c
        end local 5 // java.lang.Character ch
        12: .line 120
      StackMap locals:
      StackMap stack:
            aload 4 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        13: .line 132
            return
        end local 4 // java.util.Iterator i
        end local 3 // int[] remap
        end local 2 // org.egothor.stemmer.Row old
        end local 0 // org.egothor.stemmer.Reduce$Remap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lorg/egothor/stemmer/Reduce$Remap;
            0   14     2    old  Lorg/egothor/stemmer/Row;
            0   14     3  remap  [I
            3   14     4      i  Ljava/util/Iterator<Ljava/lang/Character;>;
            5   12     5     ch  Ljava/lang/Character;
            6   12     6      c  Lorg/egothor/stemmer/Cell;
            8   10     7     nc  Lorg/egothor/stemmer/Cell;
           11   12     7     nc  Lorg/egothor/stemmer/Cell;
    MethodParameters:
        Name  Flags
      this$0  final
      old     
      remap   
}
SourceFile: "Reduce.java"
NestHost: org.egothor.stemmer.Reduce
InnerClasses:
  Remap = org.egothor.stemmer.Reduce$Remap of org.egothor.stemmer.Reduce