class net.sf.cglib.core.KeyFactory$4 implements net.sf.cglib.core.Customizer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.KeyFactory$4
  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$4 this
         0: .line 135
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.sf.cglib.core.KeyFactory$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/KeyFactory$4;

  public void customize(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.KeyFactory$4 this
        start local 1 // net.sf.cglib.core.CodeEmitter e
        start local 2 // org.objectweb.asm.Type type
         0: .line 137
            aload 1 /* e */
            getstatic net.sf.cglib.core.Constants.TYPE_OBJECT:Lorg/objectweb/asm/Type;
            getstatic net.sf.cglib.core.KeyFactory.GET_CLASS:Lnet/sf/cglib/core/Signature;
            invokevirtual net.sf.cglib.core.CodeEmitter.invoke_virtual:(Lorg/objectweb/asm/Type;Lnet/sf/cglib/core/Signature;)V
         1: .line 138
            return
        end local 2 // org.objectweb.asm.Type type
        end local 1 // net.sf.cglib.core.CodeEmitter e
        end local 0 // net.sf.cglib.core.KeyFactory$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/core/KeyFactory$4;
            0    2     1     e  Lnet/sf/cglib/core/CodeEmitter;
            0    2     2  type  Lorg/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      e     
      type  
}
SourceFile: "KeyFactory.java"
EnclosingMethod: net.sf.cglib.core.KeyFactory
NestHost: net.sf.cglib.core.KeyFactory
InnerClasses:
  net.sf.cglib.core.KeyFactory$4