class net.sf.cglib.core.LocalVariablesSorter$State
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.LocalVariablesSorter$State
  super_class: java.lang.Object
{
  int[] mapping;
    descriptor: [I
    flags: (0x0000) 

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.LocalVariablesSorter$State this
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            bipush 40
            newarray 10
            putfield net.sf.cglib.core.LocalVariablesSorter$State.mapping:[I
         2: .line 52
            return
        end local 0 // net.sf.cglib.core.LocalVariablesSorter$State this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/core/LocalVariablesSorter$State;
}
SourceFile: "LocalVariablesSorter.java"
NestHost: net.sf.cglib.core.LocalVariablesSorter
InnerClasses:
  private State = net.sf.cglib.core.LocalVariablesSorter$State of net.sf.cglib.core.LocalVariablesSorter