final class org.joni.OptExactInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.joni.OptExactInfo
  super_class: java.lang.Object
{
  static final int OPT_EXACT_MAXLEN;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 24

  final org.joni.MinMaxLen mmd;
    descriptor: Lorg/joni/MinMaxLen;
    flags: (0x0010) ACC_FINAL

  final org.joni.OptAnchorInfo anchor;
    descriptor: Lorg/joni/OptAnchorInfo;
    flags: (0x0010) ACC_FINAL

  boolean reachEnd;
    descriptor: Z
    flags: (0x0000) 

  int ignoreCase;
    descriptor: I
    flags: (0x0000) 

  final byte[] bytes;
    descriptor: [B
    flags: (0x0010) ACC_FINAL

  int length;
    descriptor: I
    flags: (0x0000) 

  private static final int COMP_EM_BASE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.joni.OptExactInfo this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            new org.joni.MinMaxLen
            dup
            invokespecial org.joni.MinMaxLen.<init>:()V
            putfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
         2: .line 28
            aload 0 /* this */
            new org.joni.OptAnchorInfo
            dup
            invokespecial org.joni.OptAnchorInfo.<init>:()V
            putfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
         3: .line 31
            aload 0 /* this */
            bipush 24
            newarray 8
            putfield org.joni.OptExactInfo.bytes:[B
         4: .line 24
            return
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/joni/OptExactInfo;

  boolean isFull();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joni.OptExactInfo this
         0: .line 35
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            bipush 24
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/joni/OptExactInfo;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.joni.OptExactInfo this
         0: .line 39
            aload 0 /* this */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            invokevirtual org.joni.MinMaxLen.clear:()V
         1: .line 40
            aload 0 /* this */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            invokevirtual org.joni.OptAnchorInfo.clear:()V
         2: .line 41
            aload 0 /* this */
            iconst_0
            putfield org.joni.OptExactInfo.reachEnd:Z
         3: .line 42
            aload 0 /* this */
            iconst_m1
            putfield org.joni.OptExactInfo.ignoreCase:I
         4: .line 43
            aload 0 /* this */
            iconst_0
            putfield org.joni.OptExactInfo.length:I
         5: .line 44
            return
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/joni/OptExactInfo;

  void copy(org.joni.OptExactInfo);
    descriptor: (Lorg/joni/OptExactInfo;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.joni.OptExactInfo this
        start local 1 // org.joni.OptExactInfo other
         0: .line 47
            aload 0 /* this */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            aload 1 /* other */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            invokevirtual org.joni.MinMaxLen.copy:(Lorg/joni/MinMaxLen;)V
         1: .line 48
            aload 0 /* this */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            aload 1 /* other */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            invokevirtual org.joni.OptAnchorInfo.copy:(Lorg/joni/OptAnchorInfo;)V
         2: .line 49
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.reachEnd:Z
            putfield org.joni.OptExactInfo.reachEnd:Z
         3: .line 50
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.ignoreCase:I
            putfield org.joni.OptExactInfo.ignoreCase:I
         4: .line 51
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.length:I
            putfield org.joni.OptExactInfo.length:I
         5: .line 53
            aload 1 /* other */
            getfield org.joni.OptExactInfo.bytes:[B
            iconst_0
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iconst_0
            bipush 24
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         6: .line 54
            return
        end local 1 // org.joni.OptExactInfo other
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/joni/OptExactInfo;
            0    7     1  other  Lorg/joni/OptExactInfo;
    MethodParameters:
       Name  Flags
      other  

  void concat(org.joni.OptExactInfo, org.jcodings.Encoding);
    descriptor: (Lorg/joni/OptExactInfo;Lorg/jcodings/Encoding;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // org.joni.OptExactInfo this
        start local 1 // org.joni.OptExactInfo other
        start local 2 // org.jcodings.Encoding enc
         0: .line 57
            aload 0 /* this */
            getfield org.joni.OptExactInfo.ignoreCase:I
            ifge 3
         1: .line 58
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.ignoreCase:I
            putfield org.joni.OptExactInfo.ignoreCase:I
         2: .line 59
            goto 5
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield org.joni.OptExactInfo.ignoreCase:I
            aload 1 /* other */
            getfield org.joni.OptExactInfo.ignoreCase:I
            if_icmpeq 5
         4: .line 60
            return
         5: .line 63
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* p */
        start local 3 // int p
         6: .line 64
            iload 3 /* p */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.length:I
            iadd
            istore 4 /* end */
        start local 4 // int end
         7: .line 67
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            istore 5 /* i */
        start local 5 // int i
         8: goto 16
         9: .line 68
      StackMap locals: int int int
      StackMap stack:
            aload 2 /* enc */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* p */
            iload 4 /* end */
            invokevirtual org.jcodings.Encoding.length:([BII)I
            istore 6 /* len */
        start local 6 // int len
        10: .line 69
            iload 5 /* i */
            iload 6 /* len */
            iadd
            bipush 24
            if_icmple 11
            goto 17
        11: .line 70
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 7 /* j */
        start local 7 // int j
        12: goto 15
        13: .line 71
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 5 /* i */
            iinc 5 /* i */ 1
            aload 1 /* other */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* p */
            iinc 3 /* p */ 1
            baload
            bastore
        14: .line 70
            iinc 7 /* j */ 1
      StackMap locals:
      StackMap stack:
        15: iload 7 /* j */
            iload 6 /* len */
            if_icmpge 16
            iload 3 /* p */
            iload 4 /* end */
            if_icmplt 13
        end local 7 // int j
        end local 6 // int len
        16: .line 67
      StackMap locals:
      StackMap stack:
            iload 3 /* p */
            iload 4 /* end */
            if_icmplt 9
        17: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* i */
            putfield org.joni.OptExactInfo.length:I
        18: .line 76
            aload 0 /* this */
            iload 3 /* p */
            iload 4 /* end */
            if_icmpne 19
            aload 1 /* other */
            getfield org.joni.OptExactInfo.reachEnd:Z
            goto 20
      StackMap locals:
      StackMap stack: org.joni.OptExactInfo
        19: iconst_0
      StackMap locals: org.joni.OptExactInfo org.joni.OptExactInfo org.jcodings.Encoding int int int
      StackMap stack: org.joni.OptExactInfo int
        20: putfield org.joni.OptExactInfo.reachEnd:Z
        21: .line 78
            new org.joni.OptAnchorInfo
            dup
            invokespecial org.joni.OptAnchorInfo.<init>:()V
            astore 6 /* tmp */
        start local 6 // org.joni.OptAnchorInfo tmp
        22: .line 79
            aload 6 /* tmp */
            aload 0 /* this */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            aload 1 /* other */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            iconst_1
            iconst_1
            invokevirtual org.joni.OptAnchorInfo.concat:(Lorg/joni/OptAnchorInfo;Lorg/joni/OptAnchorInfo;II)V
        23: .line 80
            aload 0 /* this */
            getfield org.joni.OptExactInfo.reachEnd:Z
            ifne 24
            aload 6 /* tmp */
            iconst_0
            putfield org.joni.OptAnchorInfo.rightAnchor:I
        24: .line 81
      StackMap locals: org.joni.OptAnchorInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            aload 6 /* tmp */
            invokevirtual org.joni.OptAnchorInfo.copy:(Lorg/joni/OptAnchorInfo;)V
        25: .line 82
            return
        end local 6 // org.joni.OptAnchorInfo tmp
        end local 5 // int i
        end local 4 // int end
        end local 3 // int p
        end local 2 // org.jcodings.Encoding enc
        end local 1 // org.joni.OptExactInfo other
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   26     0   this  Lorg/joni/OptExactInfo;
            0   26     1  other  Lorg/joni/OptExactInfo;
            0   26     2    enc  Lorg/jcodings/Encoding;
            6   26     3      p  I
            7   26     4    end  I
            8   26     5      i  I
           10   16     6    len  I
           12   16     7      j  I
           22   26     6    tmp  Lorg/joni/OptAnchorInfo;
    MethodParameters:
       Name  Flags
      other  
      enc    

  void concatStr(byte[], int, int, boolean, org.jcodings.Encoding);
    descriptor: ([BIIZLorg/jcodings/Encoding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=9, args_size=6
        start local 0 // org.joni.OptExactInfo this
        start local 1 // byte[] lbytes
        start local 2 // int p
        start local 3 // int end
        start local 4 // boolean raw
        start local 5 // org.jcodings.Encoding enc
         0: .line 86
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            istore 6 /* i */
        start local 6 // int i
         1: goto 9
         2: .line 87
      StackMap locals: int
      StackMap stack:
            aload 5 /* enc */
            aload 1 /* lbytes */
            iload 2 /* p */
            iload 3 /* end */
            invokevirtual org.jcodings.Encoding.length:([BII)I
            istore 7 /* len */
        start local 7 // int len
         3: .line 88
            iload 6 /* i */
            iload 7 /* len */
            iadd
            bipush 24
            if_icmple 4
            goto 10
         4: .line 89
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 8 /* j */
        start local 8 // int j
         5: goto 8
         6: .line 90
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 6 /* i */
            iinc 6 /* i */ 1
            aload 1 /* lbytes */
            iload 2 /* p */
            iinc 2 /* p */ 1
            baload
            bastore
         7: .line 89
            iinc 8 /* j */ 1
      StackMap locals:
      StackMap stack:
         8: iload 8 /* j */
            iload 7 /* len */
            if_icmpge 9
            iload 2 /* p */
            iload 3 /* end */
            if_icmplt 6
        end local 8 // int j
        end local 7 // int len
         9: .line 86
      StackMap locals:
      StackMap stack:
            iload 2 /* p */
            iload 3 /* end */
            if_icmpge 10
            iload 6 /* i */
            bipush 24
            if_icmplt 2
        10: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            putfield org.joni.OptExactInfo.length:I
        11: .line 94
            return
        end local 6 // int i
        end local 5 // org.jcodings.Encoding enc
        end local 4 // boolean raw
        end local 3 // int end
        end local 2 // int p
        end local 1 // byte[] lbytes
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/joni/OptExactInfo;
            0   12     1  lbytes  [B
            0   12     2       p  I
            0   12     3     end  I
            0   12     4     raw  Z
            0   12     5     enc  Lorg/jcodings/Encoding;
            1   12     6       i  I
            3    9     7     len  I
            5    9     8       j  I
    MethodParameters:
        Name  Flags
      lbytes  
      p       
      end     
      raw     
      enc     

  void altMerge(org.joni.OptExactInfo, org.joni.OptEnvironment);
    descriptor: (Lorg/joni/OptExactInfo;Lorg/joni/OptEnvironment;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.joni.OptExactInfo this
        start local 1 // org.joni.OptExactInfo other
        start local 2 // org.joni.OptEnvironment env
         0: .line 97
            aload 1 /* other */
            getfield org.joni.OptExactInfo.length:I
            ifeq 1
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            ifne 3
         1: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.joni.OptExactInfo.clear:()V
         2: .line 99
            return
         3: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            aload 1 /* other */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            invokevirtual org.joni.MinMaxLen.equal:(Lorg/joni/MinMaxLen;)Z
            ifne 6
         4: .line 103
            aload 0 /* this */
            invokevirtual org.joni.OptExactInfo.clear:()V
         5: .line 104
            return
         6: .line 108
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: goto 17
         8: .line 109
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* i */
            baload
            aload 1 /* other */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* i */
            baload
            if_icmpeq 9
            goto 18
         9: .line 110
      StackMap locals:
      StackMap stack:
            aload 2 /* env */
            getfield org.joni.OptEnvironment.enc:Lorg/jcodings/Encoding;
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* i */
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            invokevirtual org.jcodings.Encoding.length:([BII)I
            istore 4 /* len */
        start local 4 // int len
        10: .line 113
            iconst_1
            istore 5 /* j */
        start local 5 // int j
        11: goto 14
        12: .line 114
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* i */
            iload 5 /* j */
            iadd
            baload
            aload 1 /* other */
            getfield org.joni.OptExactInfo.bytes:[B
            iload 3 /* i */
            iload 5 /* j */
            iadd
            baload
            if_icmpeq 13
            goto 15
        13: .line 113
      StackMap locals:
      StackMap stack:
            iinc 5 /* j */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* j */
            iload 4 /* len */
            if_icmplt 12
        15: .line 117
      StackMap locals:
      StackMap stack:
            iload 5 /* j */
            iload 4 /* len */
            if_icmpge 16
            goto 18
        16: .line 118
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iload 4 /* len */
            iadd
            istore 3 /* i */
        end local 5 // int j
        end local 4 // int len
        17: .line 108
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            if_icmpge 18
            iload 3 /* i */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.length:I
            if_icmplt 8
        18: .line 121
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield org.joni.OptExactInfo.reachEnd:Z
            ifeq 19
            iload 3 /* i */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.length:I
            if_icmplt 19
            iload 3 /* i */
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            if_icmpge 20
      StackMap locals:
      StackMap stack:
        19: aload 0 /* this */
            iconst_0
            putfield org.joni.OptExactInfo.reachEnd:Z
        20: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            putfield org.joni.OptExactInfo.length:I
        21: .line 124
            aload 0 /* this */
            getfield org.joni.OptExactInfo.ignoreCase:I
            ifge 24
        22: .line 125
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptExactInfo.ignoreCase:I
            putfield org.joni.OptExactInfo.ignoreCase:I
        23: .line 126
            goto 26
      StackMap locals:
      StackMap stack:
        24: aload 1 /* other */
            getfield org.joni.OptExactInfo.ignoreCase:I
            iflt 26
        25: .line 127
            aload 0 /* this */
            dup
            getfield org.joni.OptExactInfo.ignoreCase:I
            aload 1 /* other */
            getfield org.joni.OptExactInfo.ignoreCase:I
            ior
            putfield org.joni.OptExactInfo.ignoreCase:I
        26: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            aload 1 /* other */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            invokevirtual org.joni.OptAnchorInfo.altMerge:(Lorg/joni/OptAnchorInfo;)V
        27: .line 132
            aload 0 /* this */
            getfield org.joni.OptExactInfo.reachEnd:Z
            ifne 28
            aload 0 /* this */
            getfield org.joni.OptExactInfo.anchor:Lorg/joni/OptAnchorInfo;
            iconst_0
            putfield org.joni.OptAnchorInfo.rightAnchor:I
        28: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int i
        end local 2 // org.joni.OptEnvironment env
        end local 1 // org.joni.OptExactInfo other
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lorg/joni/OptExactInfo;
            0   29     1  other  Lorg/joni/OptExactInfo;
            0   29     2    env  Lorg/joni/OptEnvironment;
            7   29     3      i  I
           10   17     4    len  I
           11   17     5      j  I
    MethodParameters:
       Name  Flags
      other  
      env    

  void select(org.joni.OptExactInfo, org.jcodings.Encoding);
    descriptor: (Lorg/joni/OptExactInfo;Lorg/jcodings/Encoding;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.joni.OptExactInfo this
        start local 1 // org.joni.OptExactInfo alt
        start local 2 // org.jcodings.Encoding enc
         0: .line 137
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            istore 3 /* v1 */
        start local 3 // int v1
         1: .line 138
            aload 1 /* alt */
            getfield org.joni.OptExactInfo.length:I
            istore 4 /* v2 */
        start local 4 // int v2
         2: .line 140
            iload 4 /* v2 */
            ifne 4
         3: .line 141
            return
         4: .line 142
      StackMap locals: int int
      StackMap stack:
            iload 3 /* v1 */
            ifne 7
         5: .line 143
            aload 0 /* this */
            aload 1 /* alt */
            invokevirtual org.joni.OptExactInfo.copy:(Lorg/joni/OptExactInfo;)V
         6: .line 144
            return
         7: .line 145
      StackMap locals:
      StackMap stack:
            iload 3 /* v1 */
            iconst_2
            if_icmpgt 12
            iload 4 /* v2 */
            iconst_2
            if_icmpgt 12
         8: .line 147
            aload 2 /* enc */
            aload 0 /* this */
            getfield org.joni.OptExactInfo.bytes:[B
            iconst_0
            baload
            sipush 255
            iand
            invokestatic org.joni.OptMapInfo.positionValue:(Lorg/jcodings/Encoding;I)I
            istore 4 /* v2 */
         9: .line 148
            aload 2 /* enc */
            aload 1 /* alt */
            getfield org.joni.OptExactInfo.bytes:[B
            iconst_0
            baload
            sipush 255
            iand
            invokestatic org.joni.OptMapInfo.positionValue:(Lorg/jcodings/Encoding;I)I
            istore 3 /* v1 */
        10: .line 150
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            iconst_1
            if_icmple 11
            iinc 3 /* v1 */ 5
        11: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* alt */
            getfield org.joni.OptExactInfo.length:I
            iconst_1
            if_icmple 12
            iinc 4 /* v2 */ 5
        12: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.ignoreCase:I
            ifgt 13
            iload 3 /* v1 */
            iconst_2
            imul
            istore 3 /* v1 */
        13: .line 155
      StackMap locals:
      StackMap stack:
            aload 1 /* alt */
            getfield org.joni.OptExactInfo.ignoreCase:I
            ifgt 14
            iload 4 /* v2 */
            iconst_2
            imul
            istore 4 /* v2 */
        14: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            aload 1 /* alt */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            iload 3 /* v1 */
            iload 4 /* v2 */
            invokevirtual org.joni.MinMaxLen.compareDistanceValue:(Lorg/joni/MinMaxLen;II)I
            ifle 15
            aload 0 /* this */
            aload 1 /* alt */
            invokevirtual org.joni.OptExactInfo.copy:(Lorg/joni/OptExactInfo;)V
        15: .line 158
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int v2
        end local 3 // int v1
        end local 2 // org.jcodings.Encoding enc
        end local 1 // org.joni.OptExactInfo alt
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/joni/OptExactInfo;
            0   16     1   alt  Lorg/joni/OptExactInfo;
            0   16     2   enc  Lorg/jcodings/Encoding;
            1   16     3    v1  I
            2   16     4    v2  I
    MethodParameters:
      Name  Flags
      alt   
      enc   

  int compare(org.joni.OptMapInfo);
    descriptor: (Lorg/joni/OptMapInfo;)I
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.joni.OptExactInfo this
        start local 1 // org.joni.OptMapInfo m
         0: .line 163
            aload 1 /* m */
            getfield org.joni.OptMapInfo.value:I
            ifgt 1
            iconst_m1
            ireturn
         1: .line 165
      StackMap locals:
      StackMap stack:
            bipush 20
            aload 0 /* this */
            getfield org.joni.OptExactInfo.length:I
            imul
            aload 0 /* this */
            getfield org.joni.OptExactInfo.ignoreCase:I
            ifle 2
            iconst_1
            goto 3
      StackMap locals:
      StackMap stack: int
         2: iconst_2
      StackMap locals: org.joni.OptExactInfo org.joni.OptMapInfo
      StackMap stack: int int
         3: imul
            istore 2 /* ve */
        start local 2 // int ve
         4: .line 166
            sipush 200
            aload 1 /* m */
            getfield org.joni.OptMapInfo.value:I
            idiv
            istore 3 /* vm */
        start local 3 // int vm
         5: .line 168
            aload 0 /* this */
            getfield org.joni.OptExactInfo.mmd:Lorg/joni/MinMaxLen;
            aload 1 /* m */
            getfield org.joni.OptMapInfo.mmd:Lorg/joni/MinMaxLen;
            iload 2 /* ve */
            iload 3 /* vm */
            invokevirtual org.joni.MinMaxLen.compareDistanceValue:(Lorg/joni/MinMaxLen;II)I
            ireturn
        end local 3 // int vm
        end local 2 // int ve
        end local 1 // org.joni.OptMapInfo m
        end local 0 // org.joni.OptExactInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/joni/OptExactInfo;
            0    6     1     m  Lorg/joni/OptMapInfo;
            4    6     2    ve  I
            5    6     3    vm  I
    MethodParameters:
      Name  Flags
      m     
}
SourceFile: "OptExactInfo.java"