class net.sf.cglib.core.ReflectUtils$6 extends net.sf.cglib.core.ClassInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sf.cglib.core.ReflectUtils$6
  super_class: net.sf.cglib.core.ClassInfo
{
  private final org.objectweb.asm.Type val$type;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.objectweb.asm.Type val$sc;
    descriptor: Lorg/objectweb/asm/Type;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(org.objectweb.asm.Type, org.objectweb.asm.Type, java.lang.Class);
    descriptor: (Lorg/objectweb/asm/Type;Lorg/objectweb/asm/Type;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.sf.cglib.core.ReflectUtils$6 this
         0: .line 511
            aload 0 /* this */
            aload 1
            putfield net.sf.cglib.core.ReflectUtils$6.val$type:Lorg/objectweb/asm/Type;
            aload 0 /* this */
            aload 2
            putfield net.sf.cglib.core.ReflectUtils$6.val$sc:Lorg/objectweb/asm/Type;
            aload 0 /* this */
            aload 3
            putfield net.sf.cglib.core.ReflectUtils$6.val$clazz:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial net.sf.cglib.core.ClassInfo.<init>:()V
            return
        end local 0 // net.sf.cglib.core.ReflectUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$6;
    MethodParameters:
           Name  Flags
      val$type   final
      val$sc     final
      val$clazz  final

  public org.objectweb.asm.Type getType();
    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$6 this
         0: .line 513
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$6.val$type:Lorg/objectweb/asm/Type;
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$6;

  public org.objectweb.asm.Type getSuperType();
    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$6 this
         0: .line 516
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$6.val$sc:Lorg/objectweb/asm/Type;
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$6;

  public org.objectweb.asm.Type[] getInterfaces();
    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$6 this
         0: .line 519
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$6.val$clazz:Ljava/lang/Class;
            invokevirtual java.lang.Class.getInterfaces:()[Ljava/lang/Class;
            invokestatic net.sf.cglib.core.TypeUtils.getTypes:([Ljava/lang/Class;)[Lorg/objectweb/asm/Type;
            areturn
        end local 0 // net.sf.cglib.core.ReflectUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$6;

  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$6 this
         0: .line 522
            aload 0 /* this */
            getfield net.sf.cglib.core.ReflectUtils$6.val$clazz:Ljava/lang/Class;
            invokevirtual java.lang.Class.getModifiers:()I
            ireturn
        end local 0 // net.sf.cglib.core.ReflectUtils$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ReflectUtils$6;
}
SourceFile: "ReflectUtils.java"
EnclosingMethod: net.sf.cglib.core.ReflectUtils.getClassInfo:(Ljava/lang/Class;)Lnet/sf/cglib/core/ClassInfo;
NestHost: net.sf.cglib.core.ReflectUtils
InnerClasses:
  net.sf.cglib.core.ReflectUtils$6