public final class org.jcodings.CaseFoldCodeItem
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.jcodings.CaseFoldCodeItem
  super_class: java.lang.Object
{
  public static final org.jcodings.CaseFoldCodeItem[] EMPTY_FOLD_CODES;
    descriptor: [Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public final int byteLen;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int[] code;
    descriptor: [I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 23
            iconst_0
            anewarray org.jcodings.CaseFoldCodeItem
            putstatic org.jcodings.CaseFoldCodeItem.EMPTY_FOLD_CODES:[Lorg/jcodings/CaseFoldCodeItem;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(int, int[]);
    descriptor: (I[I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jcodings.CaseFoldCodeItem this
        start local 1 // int byteLen
        start local 2 // int[] code
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            iload 1 /* byteLen */
            putfield org.jcodings.CaseFoldCodeItem.byteLen:I
         2: .line 30
            aload 0 /* this */
            aload 2 /* code */
            putfield org.jcodings.CaseFoldCodeItem.code:[I
         3: .line 31
            return
        end local 2 // int[] code
        end local 1 // int byteLen
        end local 0 // org.jcodings.CaseFoldCodeItem this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jcodings/CaseFoldCodeItem;
            0    4     1  byteLen  I
            0    4     2     code  [I
    MethodParameters:
         Name  Flags
      byteLen  
      code     

  public static org.jcodings.CaseFoldCodeItem create(int, int);
    descriptor: (II)Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // int byteLen
        start local 1 // int code1
         0: .line 34
            new org.jcodings.CaseFoldCodeItem
            dup
            iload 0 /* byteLen */
            iconst_1
            newarray 10
            dup
            iconst_0
            iload 1 /* code1 */
            iastore
            invokespecial org.jcodings.CaseFoldCodeItem.<init>:(I[I)V
            areturn
        end local 1 // int code1
        end local 0 // int byteLen
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  byteLen  I
            0    1     1    code1  I
    MethodParameters:
         Name  Flags
      byteLen  
      code1    

  public static org.jcodings.CaseFoldCodeItem create(int, int, int);
    descriptor: (III)Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // int byteLen
        start local 1 // int code1
        start local 2 // int code2
         0: .line 38
            new org.jcodings.CaseFoldCodeItem
            dup
            iload 0 /* byteLen */
            iconst_2
            newarray 10
            dup
            iconst_0
            iload 1 /* code1 */
            iastore
            dup
            iconst_1
            iload 2 /* code2 */
            iastore
            invokespecial org.jcodings.CaseFoldCodeItem.<init>:(I[I)V
            areturn
        end local 2 // int code2
        end local 1 // int code1
        end local 0 // int byteLen
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  byteLen  I
            0    1     1    code1  I
            0    1     2    code2  I
    MethodParameters:
         Name  Flags
      byteLen  
      code1    
      code2    

  public static org.jcodings.CaseFoldCodeItem create(int, int, int, int);
    descriptor: (IIII)Lorg/jcodings/CaseFoldCodeItem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // int byteLen
        start local 1 // int code1
        start local 2 // int code2
        start local 3 // int code3
         0: .line 42
            new org.jcodings.CaseFoldCodeItem
            dup
            iload 0 /* byteLen */
            iconst_3
            newarray 10
            dup
            iconst_0
            iload 1 /* code1 */
            iastore
            dup
            iconst_1
            iload 2 /* code2 */
            iastore
            dup
            iconst_2
            iload 3 /* code3 */
            iastore
            invokespecial org.jcodings.CaseFoldCodeItem.<init>:(I[I)V
            areturn
        end local 3 // int code3
        end local 2 // int code2
        end local 1 // int code1
        end local 0 // int byteLen
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  byteLen  I
            0    1     1    code1  I
            0    1     2    code2  I
            0    1     3    code3  I
    MethodParameters:
         Name  Flags
      byteLen  
      code1    
      code2    
      code3    
}
SourceFile: "CaseFoldCodeItem.java"