public class net.sf.cglib.core.Local
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.core.Local
  super_class: java.lang.Object
{
  private org.objectweb.asm.Type type;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x0002) ACC_PRIVATE

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.Local this
        start local 1 // int index
        start local 2 // org.objectweb.asm.Type type
         0: .line 25
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 2 /* type */
            putfield net.sf.cglib.core.Local.type:Lorg/objectweb/asm/Type;
         2: .line 27
            aload 0 /* this */
            iload 1 /* index */
            putfield net.sf.cglib.core.Local.index:I
         3: .line 28
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int index
        end local 0 // net.sf.cglib.core.Local this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/sf/cglib/core/Local;
            0    4     1  index  I
            0    4     2   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      index  
      type   

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.Local this
         0: .line 31
            aload 0 /* this */
            getfield net.sf.cglib.core.Local.index:I
            ireturn
        end local 0 // net.sf.cglib.core.Local this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/Local;

  public org.objectweb.asm.Type getType();
    descriptor: ()Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.Local this
         0: .line 35
            aload 0 /* this */
            getfield net.sf.cglib.core.Local.type:Lorg/objectweb/asm/Type;
            areturn
        end local 0 // net.sf.cglib.core.Local this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/Local;
}
SourceFile: "Local.java"