class com.sun.beans.finder.MethodFinder$1 extends com.sun.beans.util.Cache<com.sun.beans.finder.Signature, java.lang.reflect.Method>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.beans.finder.MethodFinder$1
  super_class: com.sun.beans.util.Cache
{
  void <init>(com.sun.beans.util.Cache$Kind, com.sun.beans.util.Cache$Kind);
    descriptor: (Lcom/sun/beans/util/Cache$Kind;Lcom/sun/beans/util/Cache$Kind;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.beans.finder.MethodFinder$1 this
        start local 1 // com.sun.beans.util.Cache$Kind $anonymous0
        start local 2 // com.sun.beans.util.Cache$Kind $anonymous1
         0: .line 49
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            aload 2 /* $anonymous1 */
            invokespecial com.sun.beans.util.Cache.<init>:(Lcom/sun/beans/util/Cache$Kind;Lcom/sun/beans/util/Cache$Kind;)V
            return
        end local 2 // com.sun.beans.util.Cache$Kind $anonymous1
        end local 1 // com.sun.beans.util.Cache$Kind $anonymous0
        end local 0 // com.sun.beans.finder.MethodFinder$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/beans/finder/MethodFinder$1;
            0    1     1  $anonymous0  Lcom/sun/beans/util/Cache$Kind;
            0    1     2  $anonymous1  Lcom/sun/beans/util/Cache$Kind;
    MethodParameters:
             Name  Flags
      $anonymous0  
      $anonymous1  

  public java.lang.reflect.Method create(com.sun.beans.finder.Signature);
    descriptor: (Lcom/sun/beans/finder/Signature;)Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.beans.finder.MethodFinder$1 this
        start local 1 // com.sun.beans.finder.Signature signature
         0: .line 53
            new com.sun.beans.finder.MethodFinder
            dup
            aload 1 /* signature */
            invokevirtual com.sun.beans.finder.Signature.getName:()Ljava/lang/String;
            aload 1 /* signature */
            invokevirtual com.sun.beans.finder.Signature.getArgs:()[Ljava/lang/Class;
            invokespecial com.sun.beans.finder.MethodFinder.<init>:(Ljava/lang/String;[Ljava/lang/Class;)V
            astore 2 /* finder */
        start local 2 // com.sun.beans.finder.MethodFinder finder
         1: .line 54
            aload 2 /* finder */
            aload 1 /* signature */
            invokevirtual com.sun.beans.finder.Signature.getType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getMethods:()[Ljava/lang/reflect/Method;
            invokevirtual com.sun.beans.finder.MethodFinder.find:([Ljava/lang/reflect/Executable;)Ljava/lang/reflect/Executable;
            checkcast java.lang.reflect.Method
            invokestatic com.sun.beans.finder.MethodFinder.findAccessibleMethod:(Ljava/lang/reflect/Method;)Ljava/lang/reflect/Method;
         2: areturn
        end local 2 // com.sun.beans.finder.MethodFinder finder
         3: .line 56
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 2 /* exception */
        start local 2 // java.lang.Exception exception
         4: .line 57
            new com.sun.beans.finder.SignatureException
            dup
            aload 2 /* exception */
            invokespecial com.sun.beans.finder.SignatureException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.Exception exception
        end local 1 // com.sun.beans.finder.Signature signature
        end local 0 // com.sun.beans.finder.MethodFinder$1 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/sun/beans/finder/MethodFinder$1;
            0    5     1  signature  Lcom/sun/beans/finder/Signature;
            1    3     2     finder  Lcom/sun/beans/finder/MethodFinder;
            4    5     2  exception  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception
    MethodParameters:
           Name  Flags
      signature  

  public java.lang.Object create(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.sun.beans.finder.Signature
            invokevirtual com.sun.beans.finder.MethodFinder$1.create:(Lcom/sun/beans/finder/Signature;)Ljava/lang/reflect/Method;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/beans/util/Cache<Lcom/sun/beans/finder/Signature;Ljava/lang/reflect/Method;>;
SourceFile: "MethodFinder.java"
EnclosingMethod: com.sun.beans.finder.MethodFinder
NestHost: com.sun.beans.finder.MethodFinder
InnerClasses:
  com.sun.beans.finder.MethodFinder$1
  public abstract Kind = com.sun.beans.util.Cache$Kind of com.sun.beans.util.Cache