public abstract class org.jcodings.CaseFoldMapEncoding extends org.jcodings.SingleByteEncoding
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jcodings.CaseFoldMapEncoding
  super_class: org.jcodings.SingleByteEncoding
{
  protected final int[][] CaseFoldMap;
    descriptor: [[I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final boolean foldFlag;
    descriptor: Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  static final int[] SS;
    descriptor: [I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 58
            iconst_2
            newarray 10
            dup
            iconst_0
            bipush 115
            iastore
            dup
            iconst_1
            bipush 115
            iastore
            putstatic org.jcodings.CaseFoldMapEncoding.SS:[I
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected void <init>(java.lang.String, short[], byte[], int[][]);
    descriptor: (Ljava/lang/String;[S[B[[I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // java.lang.String name
        start local 2 // short[] CTypeTable
        start local 3 // byte[] LowerCaseTable
        start local 4 // int[][] CaseFoldMap
         0: .line 28
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* CTypeTable */
            aload 3 /* LowerCaseTable */
            aload 4 /* CaseFoldMap */
            iconst_1
            invokespecial org.jcodings.CaseFoldMapEncoding.<init>:(Ljava/lang/String;[S[B[[IZ)V
         1: .line 29
            return
        end local 4 // int[][] CaseFoldMap
        end local 3 // byte[] LowerCaseTable
        end local 2 // short[] CTypeTable
        end local 1 // java.lang.String name
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jcodings/CaseFoldMapEncoding;
            0    2     1            name  Ljava/lang/String;
            0    2     2      CTypeTable  [S
            0    2     3  LowerCaseTable  [B
            0    2     4     CaseFoldMap  [[I
    MethodParameters:
                Name  Flags
      name            
      CTypeTable      
      LowerCaseTable  
      CaseFoldMap     

  protected void <init>(java.lang.String, short[], byte[], int[][], boolean);
    descriptor: (Ljava/lang/String;[S[B[[IZ)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // java.lang.String name
        start local 2 // short[] CTypeTable
        start local 3 // byte[] LowerCaseTable
        start local 4 // int[][] CaseFoldMap
        start local 5 // boolean foldFlag
         0: .line 32
            aload 0 /* this */
            aload 1 /* name */
            aload 2 /* CTypeTable */
            aload 3 /* LowerCaseTable */
            invokespecial org.jcodings.SingleByteEncoding.<init>:(Ljava/lang/String;[S[B)V
         1: .line 33
            aload 0 /* this */
            aload 4 /* CaseFoldMap */
            putfield org.jcodings.CaseFoldMapEncoding.CaseFoldMap:[[I
         2: .line 34
            aload 0 /* this */
            iload 5 /* foldFlag */
            putfield org.jcodings.CaseFoldMapEncoding.foldFlag:Z
         3: .line 35
            return
        end local 5 // boolean foldFlag
        end local 4 // int[][] CaseFoldMap
        end local 3 // byte[] LowerCaseTable
        end local 2 // short[] CTypeTable
        end local 1 // java.lang.String name
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lorg/jcodings/CaseFoldMapEncoding;
            0    4     1            name  Ljava/lang/String;
            0    4     2      CTypeTable  [S
            0    4     3  LowerCaseTable  [B
            0    4     4     CaseFoldMap  [[I
            0    4     5        foldFlag  Z
    MethodParameters:
                Name  Flags
      name            
      CTypeTable      
      LowerCaseTable  
      CaseFoldMap     
      foldFlag        

  protected final int applyAllCaseFoldWithMap(int, int[][], boolean, int, org.jcodings.ApplyAllCaseFoldFunction, java.lang.Object);
    descriptor: (I[[IZILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=5, locals=9, args_size=7
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // int mapSize
        start local 2 // int[][] map
        start local 3 // boolean essTsettFlag
        start local 4 // int flag
        start local 5 // org.jcodings.ApplyAllCaseFoldFunction fun
        start local 6 // java.lang.Object arg
         0: .line 42
            aload 0 /* this */
            iload 4 /* flag */
            aload 5 /* fun */
            aload 6 /* arg */
            invokevirtual org.jcodings.CaseFoldMapEncoding.asciiApplyAllCaseFold:(ILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)V
         1: .line 43
            iconst_1
            newarray 10
            astore 7 /* code */
        start local 7 // int[] code
         2: .line 45
            iconst_0
            istore 8 /* i */
        start local 8 // int i
         3: goto 9
         4: .line 46
      StackMap locals: int[] int
      StackMap stack:
            aload 7 /* code */
            iconst_0
            aload 2 /* map */
            iload 8 /* i */
            aaload
            iconst_1
            iaload
            iastore
         5: .line 48
            aload 5 /* fun */
            aload 2 /* map */
            iload 8 /* i */
            aaload
            iconst_0
            iaload
            aload 7 /* code */
            iconst_1
            aload 6 /* arg */
            invokeinterface org.jcodings.ApplyAllCaseFoldFunction.apply:(I[IILjava/lang/Object;)V
         6: .line 50
            aload 7 /* code */
            iconst_0
            aload 2 /* map */
            iload 8 /* i */
            aaload
            iconst_0
            iaload
            iastore
         7: .line 51
            aload 5 /* fun */
            aload 2 /* map */
            iload 8 /* i */
            aaload
            iconst_1
            iaload
            aload 7 /* code */
            iconst_1
            aload 6 /* arg */
            invokeinterface org.jcodings.ApplyAllCaseFoldFunction.apply:(I[IILjava/lang/Object;)V
         8: .line 45
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 8 /* i */
            iload 1 /* mapSize */
            if_icmplt 4
        end local 8 // int i
        10: .line 54
            iload 3 /* essTsettFlag */
            ifeq 11
            aload 0 /* this */
            iload 4 /* flag */
            aload 5 /* fun */
            aload 6 /* arg */
            invokevirtual org.jcodings.CaseFoldMapEncoding.ssApplyAllCaseFold:(ILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)V
        11: .line 55
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 7 // int[] code
        end local 6 // java.lang.Object arg
        end local 5 // org.jcodings.ApplyAllCaseFoldFunction fun
        end local 4 // int flag
        end local 3 // boolean essTsettFlag
        end local 2 // int[][] map
        end local 1 // int mapSize
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   12     0          this  Lorg/jcodings/CaseFoldMapEncoding;
            0   12     1       mapSize  I
            0   12     2           map  [[I
            0   12     3  essTsettFlag  Z
            0   12     4          flag  I
            0   12     5           fun  Lorg/jcodings/ApplyAllCaseFoldFunction;
            0   12     6           arg  Ljava/lang/Object;
            2   12     7          code  [I
            3   10     8             i  I
    MethodParameters:
              Name  Flags
      mapSize       
      map           
      essTsettFlag  
      flag          
      fun           
      arg           

  private void ssApplyAllCaseFold(int, org.jcodings.ApplyAllCaseFoldFunction, java.lang.Object);
    descriptor: (ILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // int flag
        start local 2 // org.jcodings.ApplyAllCaseFoldFunction fun
        start local 3 // java.lang.Object arg
         0: .line 62
            aload 2 /* fun */
            sipush 223
            getstatic org.jcodings.CaseFoldMapEncoding.SS:[I
            iconst_2
            aload 3 /* arg */
            invokeinterface org.jcodings.ApplyAllCaseFoldFunction.apply:(I[IILjava/lang/Object;)V
         1: .line 63
            return
        end local 3 // java.lang.Object arg
        end local 2 // org.jcodings.ApplyAllCaseFoldFunction fun
        end local 1 // int flag
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/CaseFoldMapEncoding;
            0    2     1  flag  I
            0    2     2   fun  Lorg/jcodings/ApplyAllCaseFoldFunction;
            0    2     3   arg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      flag  
      fun   
      arg   

  protected final org.jcodings.CaseFoldCodeItem[] getCaseFoldCodesByStringWithMap(int, int[][], boolean, int, byte[], int, int);
    descriptor: (I[[IZI[BII)[Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=6, locals=13, args_size=8
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // int mapSize
        start local 2 // int[][] map
        start local 3 // boolean essTsettFlag
        start local 4 // int flag
        start local 5 // byte[] bytes
        start local 6 // int p
        start local 7 // int end
         0: .line 70
            aload 5 /* bytes */
            iload 6 /* p */
            baload
            sipush 255
            iand
            istore 8 /* b */
        start local 8 // int b
         1: .line 72
            bipush 65
            iload 8 /* b */
            if_icmpgt 8
            iload 8 /* b */
            bipush 90
            if_icmpgt 8
         2: .line 73
            iconst_1
            iload 8 /* b */
            bipush 32
            iadd
            invokestatic org.jcodings.CaseFoldCodeItem.create:(II)Lorg/jcodings/CaseFoldCodeItem;
            astore 9 /* item0 */
        start local 9 // org.jcodings.CaseFoldCodeItem item0
         3: .line 75
            iload 8 /* b */
            bipush 83
            if_icmpne 7
            iload 3 /* essTsettFlag */
            ifeq 7
            iload 7 /* end */
            iload 6 /* p */
            iconst_1
            iadd
            if_icmple 7
         4: .line 76
            aload 5 /* bytes */
            iload 6 /* p */
            iconst_1
            iadd
            baload
            bipush 83
            if_icmpeq 5
            aload 5 /* bytes */
            iload 6 /* p */
            iconst_1
            iadd
            baload
            bipush 115
            if_icmpne 7
         5: .line 77
      StackMap locals: int org.jcodings.CaseFoldCodeItem
      StackMap stack:
            iconst_2
            sipush 223
            invokestatic org.jcodings.CaseFoldCodeItem.create:(II)Lorg/jcodings/CaseFoldCodeItem;
            astore 10 /* item1 */
        start local 10 // org.jcodings.CaseFoldCodeItem item1
         6: .line 78
            iconst_2
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            aload 9 /* item0 */
            aastore
            dup
            iconst_1
            aload 10 /* item1 */
            aastore
            areturn
        end local 10 // org.jcodings.CaseFoldCodeItem item1
         7: .line 80
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            aload 9 /* item0 */
            aastore
            areturn
        end local 9 // org.jcodings.CaseFoldCodeItem item0
         8: .line 82
      StackMap locals:
      StackMap stack:
            bipush 97
            iload 8 /* b */
            if_icmpgt 15
            iload 8 /* b */
            bipush 122
            if_icmpgt 15
         9: .line 83
            iconst_1
            iload 8 /* b */
            bipush 32
            isub
            invokestatic org.jcodings.CaseFoldCodeItem.create:(II)Lorg/jcodings/CaseFoldCodeItem;
            astore 9 /* item0 */
        start local 9 // org.jcodings.CaseFoldCodeItem item0
        10: .line 85
            iload 8 /* b */
            bipush 115
            if_icmpne 14
            iload 3 /* essTsettFlag */
            ifeq 14
            iload 7 /* end */
            iload 6 /* p */
            iconst_1
            iadd
            if_icmple 14
        11: .line 86
            aload 5 /* bytes */
            iload 6 /* p */
            iconst_1
            iadd
            baload
            bipush 115
            if_icmpeq 12
            aload 5 /* bytes */
            iload 6 /* p */
            iconst_1
            iadd
            baload
            bipush 83
            if_icmpne 14
        12: .line 87
      StackMap locals: org.jcodings.CaseFoldCodeItem
      StackMap stack:
            iconst_2
            sipush 223
            invokestatic org.jcodings.CaseFoldCodeItem.create:(II)Lorg/jcodings/CaseFoldCodeItem;
            astore 10 /* item1 */
        start local 10 // org.jcodings.CaseFoldCodeItem item1
        13: .line 89
            iconst_2
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            aload 9 /* item0 */
            aastore
            dup
            iconst_1
            aload 10 /* item1 */
            aastore
            areturn
        end local 10 // org.jcodings.CaseFoldCodeItem item1
        14: .line 91
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            aload 9 /* item0 */
            aastore
            areturn
        end local 9 // org.jcodings.CaseFoldCodeItem item0
        15: .line 93
      StackMap locals:
      StackMap stack:
            iload 8 /* b */
            sipush 223
            if_icmpne 21
            iload 3 /* essTsettFlag */
            ifeq 21
        16: .line 94
            iconst_1
            bipush 115
            bipush 115
            invokestatic org.jcodings.CaseFoldCodeItem.create:(III)Lorg/jcodings/CaseFoldCodeItem;
            astore 9 /* item0 */
        start local 9 // org.jcodings.CaseFoldCodeItem item0
        17: .line 95
            iconst_1
            bipush 83
            bipush 83
            invokestatic org.jcodings.CaseFoldCodeItem.create:(III)Lorg/jcodings/CaseFoldCodeItem;
            astore 10 /* item1 */
        start local 10 // org.jcodings.CaseFoldCodeItem item1
        18: .line 96
            iconst_1
            bipush 115
            bipush 83
            invokestatic org.jcodings.CaseFoldCodeItem.create:(III)Lorg/jcodings/CaseFoldCodeItem;
            astore 11 /* item2 */
        start local 11 // org.jcodings.CaseFoldCodeItem item2
        19: .line 97
            iconst_1
            bipush 83
            bipush 115
            invokestatic org.jcodings.CaseFoldCodeItem.create:(III)Lorg/jcodings/CaseFoldCodeItem;
            astore 12 /* item3 */
        start local 12 // org.jcodings.CaseFoldCodeItem item3
        20: .line 99
            iconst_4
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            aload 9 /* item0 */
            aastore
            dup
            iconst_1
            aload 10 /* item1 */
            aastore
            dup
            iconst_2
            aload 11 /* item2 */
            aastore
            dup
            iconst_3
            aload 12 /* item3 */
            aastore
            areturn
        end local 12 // org.jcodings.CaseFoldCodeItem item3
        end local 11 // org.jcodings.CaseFoldCodeItem item2
        end local 10 // org.jcodings.CaseFoldCodeItem item1
        end local 9 // org.jcodings.CaseFoldCodeItem item0
        21: .line 101
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        22: goto 28
        23: .line 102
      StackMap locals: int
      StackMap stack:
            iload 8 /* b */
            aload 2 /* map */
            iload 9 /* i */
            aaload
            iconst_0
            iaload
            if_icmpne 25
        24: .line 103
            iconst_1
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            iconst_1
            aload 2 /* map */
            iload 9 /* i */
            aaload
            iconst_1
            iaload
            invokestatic org.jcodings.CaseFoldCodeItem.create:(II)Lorg/jcodings/CaseFoldCodeItem;
            aastore
            areturn
        25: .line 104
      StackMap locals:
      StackMap stack:
            iload 8 /* b */
            aload 2 /* map */
            iload 9 /* i */
            aaload
            iconst_1
            iaload
            if_icmpne 27
        26: .line 105
            iconst_1
            anewarray org.jcodings.CaseFoldCodeItem
            dup
            iconst_0
            iconst_1
            aload 2 /* map */
            iload 9 /* i */
            aaload
            iconst_0
            iaload
            invokestatic org.jcodings.CaseFoldCodeItem.create:(II)Lorg/jcodings/CaseFoldCodeItem;
            aastore
            areturn
        27: .line 101
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 9 /* i */
            iload 1 /* mapSize */
            if_icmplt 23
        end local 9 // int i
        29: .line 109
            getstatic org.jcodings.CaseFoldCodeItem.EMPTY_FOLD_CODES:[Lorg/jcodings/CaseFoldCodeItem;
            areturn
        end local 8 // int b
        end local 7 // int end
        end local 6 // int p
        end local 5 // byte[] bytes
        end local 4 // int flag
        end local 3 // boolean essTsettFlag
        end local 2 // int[][] map
        end local 1 // int mapSize
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   30     0          this  Lorg/jcodings/CaseFoldMapEncoding;
            0   30     1       mapSize  I
            0   30     2           map  [[I
            0   30     3  essTsettFlag  Z
            0   30     4          flag  I
            0   30     5         bytes  [B
            0   30     6             p  I
            0   30     7           end  I
            1   30     8             b  I
            3    8     9         item0  Lorg/jcodings/CaseFoldCodeItem;
            6    7    10         item1  Lorg/jcodings/CaseFoldCodeItem;
           10   15     9         item0  Lorg/jcodings/CaseFoldCodeItem;
           13   14    10         item1  Lorg/jcodings/CaseFoldCodeItem;
           17   21     9         item0  Lorg/jcodings/CaseFoldCodeItem;
           18   21    10         item1  Lorg/jcodings/CaseFoldCodeItem;
           19   21    11         item2  Lorg/jcodings/CaseFoldCodeItem;
           20   21    12         item3  Lorg/jcodings/CaseFoldCodeItem;
           22   29     9             i  I
    MethodParameters:
              Name  Flags
      mapSize       
      map           
      essTsettFlag  
      flag          
      bytes         
      p             
      end           

  public void applyAllCaseFold(int, org.jcodings.ApplyAllCaseFoldFunction, java.lang.Object);
    descriptor: (ILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // int flag
        start local 2 // org.jcodings.ApplyAllCaseFoldFunction fun
        start local 3 // java.lang.Object arg
         0: .line 114
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jcodings.CaseFoldMapEncoding.CaseFoldMap:[[I
            arraylength
            aload 0 /* this */
            getfield org.jcodings.CaseFoldMapEncoding.CaseFoldMap:[[I
            aload 0 /* this */
            getfield org.jcodings.CaseFoldMapEncoding.foldFlag:Z
            iload 1 /* flag */
            aload 2 /* fun */
            aload 3 /* arg */
            invokevirtual org.jcodings.CaseFoldMapEncoding.applyAllCaseFoldWithMap:(I[[IZILorg/jcodings/ApplyAllCaseFoldFunction;Ljava/lang/Object;)I
            pop
         1: .line 115
            return
        end local 3 // java.lang.Object arg
        end local 2 // org.jcodings.ApplyAllCaseFoldFunction fun
        end local 1 // int flag
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/CaseFoldMapEncoding;
            0    2     1  flag  I
            0    2     2   fun  Lorg/jcodings/ApplyAllCaseFoldFunction;
            0    2     3   arg  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      flag  
      fun   
      arg   

  public org.jcodings.CaseFoldCodeItem[] caseFoldCodesByString(int, byte[], int, int);
    descriptor: (I[BII)[Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // int flag
        start local 2 // byte[] bytes
        start local 3 // int p
        start local 4 // int end
         0: .line 119
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jcodings.CaseFoldMapEncoding.CaseFoldMap:[[I
            arraylength
            aload 0 /* this */
            getfield org.jcodings.CaseFoldMapEncoding.CaseFoldMap:[[I
            aload 0 /* this */
            getfield org.jcodings.CaseFoldMapEncoding.foldFlag:Z
            iload 1 /* flag */
            aload 2 /* bytes */
            iload 3 /* p */
            iload 4 /* end */
            invokevirtual org.jcodings.CaseFoldMapEncoding.getCaseFoldCodesByStringWithMap:(I[[IZI[BII)[Lorg/jcodings/CaseFoldCodeItem;
            areturn
        end local 4 // int end
        end local 3 // int p
        end local 2 // byte[] bytes
        end local 1 // int flag
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/jcodings/CaseFoldMapEncoding;
            0    1     1   flag  I
            0    1     2  bytes  [B
            0    1     3      p  I
            0    1     4    end  I
    MethodParameters:
       Name  Flags
      flag   
      bytes  
      p      
      end    

  public boolean isCodeCType(int, int);
    descriptor: (II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jcodings.CaseFoldMapEncoding this
        start local 1 // int code
        start local 2 // int ctype
         0: .line 124
            iload 1 /* code */
            sipush 256
            if_icmpge 1
            aload 0 /* this */
            iload 1 /* code */
            iload 2 /* ctype */
            invokevirtual org.jcodings.CaseFoldMapEncoding.isCodeCTypeInternal:(II)Z
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // int ctype
        end local 1 // int code
        end local 0 // org.jcodings.CaseFoldMapEncoding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/jcodings/CaseFoldMapEncoding;
            0    3     1   code  I
            0    3     2  ctype  I
    MethodParameters:
       Name  Flags
      code   
      ctype  

  public boolean isNewLine(byte[], int, int);
    descriptor: ([BII)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokespecial org.jcodings.SingleByteEncoding.isNewLine:([BII)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int mbcCaseFold(int, byte[], org.jcodings.IntHolder, int, byte[]);
    descriptor: (I[BLorg/jcodings/IntHolder;I[B)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            iload 1
            aload 2
            aload 3
            iload 4
            aload 5
            invokespecial org.jcodings.SingleByteEncoding.mbcCaseFold:(I[BLorg/jcodings/IntHolder;I[B)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public int propertyNameToCType(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokespecial org.jcodings.SingleByteEncoding.propertyNameToCType:([BII)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CaseFoldMapEncoding.java"