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

  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$1 this
        start local 1 // net.sf.cglib.core.CodeEmitter e
        start local 2 // org.objectweb.asm.Type type
         0: .line 95
            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 96
            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 98
      StackMap locals:
      StackMap stack:
            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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/core/KeyFactory$1;
            0    3     1     e  Lnet/sf/cglib/core/CodeEmitter;
            0    3     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$1