class net.sf.cglib.core.KeyFactory$2 implements net.sf.cglib.core.FieldTypeCustomizer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.KeyFactory$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.KeyFactory$2 this
         0: .line 101
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.core.KeyFactory$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/KeyFactory$2;

  public void customize(net.sf.cglib.core.CodeEmitter, int, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;ILorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.KeyFactory$2 this
        start local 1 // net.sf.cglib.core.CodeEmitter e
        start local 2 // int index
        start local 3 // org.objectweb.asm.Type type
         0: .line 103
            aload 3 /* type */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 104
            aload 1 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.KeyFactory.GET_NAME:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         2: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.objectweb.asm.Type type
        end local 2 // int index
        end local 1 // net.sf.cglib.core.CodeEmitter e
        end local 0 // net.sf.cglib.core.KeyFactory$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/sf/cglib/core/KeyFactory$2;
            0    3     1      e  Lnet/sf/cglib/core/CodeEmitter;
            0    3     2  index  I
            0    3     3   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      e      
      index  
      type   

  public org.objectweb.asm.Type getOutType(int, org.objectweb.asm.Type);
    descriptor: (ILorg/objectweb/asm/Type;)Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.KeyFactory$2 this
        start local 1 // int index
        start local 2 // org.objectweb.asm.Type type
         0: .line 109
            aload 2 /* type */
            getstatic net.sf.cglib.core.Constants.TYPE_CLASS:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 110
            getstatic net.sf.cglib.core.Constants.TYPE_STRING:Lorg/objectweb/asm/Type;
            areturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 2 /* type */
            areturn
        end local 2 // org.objectweb.asm.Type type
        end local 1 // int index
        end local 0 // net.sf.cglib.core.KeyFactory$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/sf/cglib/core/KeyFactory$2;
            0    3     1  index  I
            0    3     2   type  Lorg/objectweb/asm/Type;
    MethodParameters:
       Name  Flags
      index  
      type   
}
SourceFile: "KeyFactory.java"
EnclosingMethod: net.sf.cglib.core.KeyFactory
NestHost: net.sf.cglib.core.KeyFactory
InnerClasses:
  net.sf.cglib.core.KeyFactory$2