class com.fasterxml.jackson.core.io.CharTypes$AltEscapes
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.fasterxml.jackson.core.io.CharTypes$AltEscapes
  super_class: java.lang.Object
{
  public static final com.fasterxml.jackson.core.io.CharTypes$AltEscapes instance;
    descriptor: Lcom/fasterxml/jackson/core/io/CharTypes$AltEscapes;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private int[][] _altEscapes;
    descriptor: [[I
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 276
            new com.fasterxml.jackson.core.io.CharTypes$AltEscapes
            dup
            invokespecial com.fasterxml.jackson.core.io.CharTypes$AltEscapes.<init>:()V
            putstatic com.fasterxml.jackson.core.io.CharTypes$AltEscapes.instance:Lcom/fasterxml/jackson/core/io/CharTypes$AltEscapes;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.core.io.CharTypes$AltEscapes this
         0: .line 275
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 278
            aload 0 /* this */
            sipush 128
            anewarray int[]
            putfield com.fasterxml.jackson.core.io.CharTypes$AltEscapes._altEscapes:[[I
         2: .line 275
            return
        end local 0 // com.fasterxml.jackson.core.io.CharTypes$AltEscapes this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/jackson/core/io/CharTypes$AltEscapes;

  public int[] escapesFor(int);
    descriptor: (I)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.core.io.CharTypes$AltEscapes this
        start local 1 // int quoteChar
         0: .line 281
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.io.CharTypes$AltEscapes._altEscapes:[[I
            iload 1 /* quoteChar */
            aaload
            astore 2 /* esc */
        start local 2 // int[] esc
         1: .line 282
            aload 2 /* esc */
            ifnonnull 6
         2: .line 283
            getstatic com.fasterxml.jackson.core.io.CharTypes.sOutputEscapes128:[I
            sipush 128
            invokestatic java.util.Arrays.copyOf:([II)[I
            astore 2 /* esc */
         3: .line 285
            aload 2 /* esc */
            iload 1 /* quoteChar */
            iaload
            ifne 5
         4: .line 286
            aload 2 /* esc */
            iload 1 /* quoteChar */
            iconst_m1
            iastore
         5: .line 288
      StackMap locals: int[]
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.core.io.CharTypes$AltEscapes._altEscapes:[[I
            iload 1 /* quoteChar */
            aload 2 /* esc */
            aastore
         6: .line 290
      StackMap locals:
      StackMap stack:
            aload 2 /* esc */
            areturn
        end local 2 // int[] esc
        end local 1 // int quoteChar
        end local 0 // com.fasterxml.jackson.core.io.CharTypes$AltEscapes this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lcom/fasterxml/jackson/core/io/CharTypes$AltEscapes;
            0    7     1  quoteChar  I
            1    7     2        esc  [I
    MethodParameters:
           Name  Flags
      quoteChar  
}
SourceFile: "CharTypes.java"
NestHost: com.fasterxml.jackson.core.io.CharTypes
InnerClasses:
  private AltEscapes = com.fasterxml.jackson.core.io.CharTypes$AltEscapes of com.fasterxml.jackson.core.io.CharTypes