public class net.sf.cglib.core.MethodWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.core.MethodWrapper
  super_class: java.lang.Object
{
  private static final net.sf.cglib.core.MethodWrapper$MethodWrapperKey KEY_FACTORY;
    descriptor: Lnet/sf/cglib/core/MethodWrapper$MethodWrapperKey;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 23
            ldc Lnet/sf/cglib/core/MethodWrapper$MethodWrapperKey;
            invokestatic net.sf.cglib.core.KeyFactory.create:(Ljava/lang/Class;)Lnet/sf/cglib/core/KeyFactory;
            checkcast net.sf.cglib.core.MethodWrapper$MethodWrapperKey
         1: .line 22
            putstatic net.sf.cglib.core.MethodWrapper.KEY_FACTORY:Lnet/sf/cglib/core/MethodWrapper$MethodWrapperKey;
         2: .line 23
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.MethodWrapper this
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            return
        end local 0 // net.sf.cglib.core.MethodWrapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/core/MethodWrapper;

  public static java.lang.Object create(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/lang/Object;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 34
            getstatic net.sf.cglib.core.MethodWrapper.KEY_FACTORY:Lnet/sf/cglib/core/MethodWrapper$MethodWrapperKey;
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
         1: .line 35
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            invokestatic net.sf.cglib.core.ReflectUtils.getNames:([Ljava/lang/Class;)[Ljava/lang/String;
         2: .line 36
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
         3: .line 34
            invokeinterface net.sf.cglib.core.MethodWrapper$MethodWrapperKey.newInstance:(Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  method  Ljava/lang/reflect/Method;
    MethodParameters:
        Name  Flags
      method  

  public static java.util.Set createSet(java.util.Collection);
    descriptor: (Ljava/util/Collection;)Ljava/util/Set;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.util.Collection methods
         0: .line 40
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 1 /* set */
        start local 1 // java.util.Set set
         1: .line 41
            aload 0 /* methods */
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         2: goto 4
         3: .line 42
      StackMap locals: java.util.Set java.util.Iterator
      StackMap stack:
            aload 1 /* set */
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.reflect.Method
            invokestatic net.sf.cglib.core.MethodWrapper.create:(Ljava/lang/reflect/Method;)Ljava/lang/Object;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
         4: .line 41
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 2 // java.util.Iterator it
         5: .line 44
            aload 1 /* set */
            areturn
        end local 1 // java.util.Set set
        end local 0 // java.util.Collection methods
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  methods  Ljava/util/Collection;
            1    6     1      set  Ljava/util/Set;
            2    5     2       it  Ljava/util/Iterator;
    MethodParameters:
         Name  Flags
      methods  
}
SourceFile: "MethodWrapper.java"
NestMembers:
  net.sf.cglib.core.MethodWrapper$MethodWrapperKey
InnerClasses:
  public abstract MethodWrapperKey = net.sf.cglib.core.MethodWrapper$MethodWrapperKey of net.sf.cglib.core.MethodWrapper