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

  public boolean customize(net.sf.cglib.core.CodeEmitter, org.objectweb.asm.Type);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;Lorg/objectweb/asm/Type;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.sf.cglib.core.KeyFactory$3 this
        start local 1 // net.sf.cglib.core.CodeEmitter e
        start local 2 // org.objectweb.asm.Type type
         0: .line 122
            getstatic net.sf.cglib.core.Constants.TYPE_TYPE:Lorg/objectweb/asm/Type;
            aload 2 /* type */
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 123
            aload 1 /* e */
            aload 2 /* type */
            getstatic net.sf.cglib.core.KeyFactory.GET_SORT: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 124
            iconst_1
            ireturn
         3: .line 126
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        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$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/sf/cglib/core/KeyFactory$3;
            0    4     1     e  Lnet/sf/cglib/core/CodeEmitter;
            0    4     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$3