class net.sf.cglib.core.ReflectUtils$5 extends net.sf.cglib.core.MethodInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.ReflectUtils$5
  super_class: net.sf.cglib.core.MethodInfo
{
  private net.sf.cglib.core.ClassInfo ci;
    descriptor: Lnet/sf/cglib/core/ClassInfo;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.reflect.Member val$member;
    descriptor: Ljava/lang/reflect/Member;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$modifiers;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final net.sf.cglib.core.Signature val$sig;
    descriptor: Lnet/sf/cglib/core/Signature;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.lang.reflect.Member, int, net.sf.cglib.core.Signature);
    descriptor: (Ljava/lang/reflect/Member;ILnet/sf/cglib/core/Signature;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.ReflectUtils$5 this
         0: .line 482
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.core.ReflectUtils$5.val$member:Ljava/lang/reflect/Member;
            aload 0 /* this */
            iload 2
            putfield net.sf.cglib.core.ReflectUtils$5.val$modifiers:I
            aload 0 /* this */
            aload 3
            putfield net.sf.cglib.core.ReflectUtils$5.val$sig:Lnet/sf/cglib/core/Signature;
            aload 0 /* this */
            invokespecial net.sf.cglib.core.MethodInfo.<init>:()V
            return
        end local 0 // net.sf.cglib.core.ReflectUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$5;
    MethodParameters:
               Name  Flags
      val$member     final
      val$modifiers  final
      val$sig        final

  public net.sf.cglib.core.ClassInfo getClassInfo();
    descriptor: ()Lnet/sf/cglib/core/ClassInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$5 this
         0: .line 485
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$5.ci:Lnet/sf/cglib/core/ClassInfo;
            ifnonnull 2
         1: .line 486
            aload 0 /* this */
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$5.val$member:Ljava/lang/reflect/Member;
            invokeinterface java.lang.reflect.Member.getDeclaringClass:()Ljava/lang/Class;
            invokestatic net.sf.cglib.core.ReflectUtils.getClassInfo:(Ljava/lang/Class;)Lnet/sf/cglib/core/ClassInfo;
            putfield net.sf.cglib.core.ReflectUtils$5.ci:Lnet/sf/cglib/core/ClassInfo;
         2: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$5.ci:Lnet/sf/cglib/core/ClassInfo;
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/sf/cglib/core/ReflectUtils$5;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$5 this
         0: .line 490
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$5.val$modifiers:I
            ireturn
        end local 0 // net.sf.cglib.core.ReflectUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$5;

  public net.sf.cglib.core.Signature getSignature();
    descriptor: ()Lnet/sf/cglib/core/Signature;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$5 this
         0: .line 493
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$5.val$sig:Lnet/sf/cglib/core/Signature;
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$5;

  public org.objectweb.asm.Type[] getExceptionTypes();
    descriptor: ()[Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$5 this
         0: .line 496
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$5.val$member:Ljava/lang/reflect/Member;
            invokestatic net.sf.cglib.core.ReflectUtils.getExceptionTypes:(Ljava/lang/reflect/Member;)[Lorg/objectweb/asm/Type;
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$5;

  public org.objectweb.asm.Attribute getAttribute();
    descriptor: ()Lorg/objectweb/asm/Attribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ReflectUtils$5 this
         0: .line 499
            aconst_null
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$5;
}
SourceFile: "ReflectUtils.java"
EnclosingMethod: net.sf.cglib.core.ReflectUtils.getMethodInfo:(Ljava/lang/reflect/Member;I)Lnet/sf/cglib/core/MethodInfo;
NestHost: net.sf.cglib.core.ReflectUtils
InnerClasses:
  net.sf.cglib.core.ReflectUtils$5