public abstract class net.sf.cglib.core.ClassInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.sf.cglib.core.ClassInfo
  super_class: java.lang.Object
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ClassInfo this
         0: .line 23
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 24
            return
        end local 0 // net.sf.cglib.core.ClassInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lnet/sf/cglib/core/ClassInfo;

  public abstract org.objectweb.asm.Type getType();
    descriptor: ()Lorg/objectweb/asm/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.objectweb.asm.Type getSuperType();
    descriptor: ()Lorg/objectweb/asm/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.objectweb.asm.Type[] getInterfaces();
    descriptor: ()[Lorg/objectweb/asm/Type;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getModifiers();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.ClassInfo this
        start local 1 // java.lang.Object o
         0: .line 32
            aload 1 /* o */
            ifnonnull 2
         1: .line 33
            iconst_0
            ireturn
         2: .line 34
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            instanceof net.sf.cglib.core.ClassInfo
            ifne 4
         3: .line 35
            iconst_0
            ireturn
         4: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual net.sf.cglib.core.ClassInfo.getType:()Lorg/objectweb/asm/Type;
            aload 1 /* o */
            checkcast net.sf.cglib.core.ClassInfo
            invokevirtual net.sf.cglib.core.ClassInfo.getType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // net.sf.cglib.core.ClassInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/sf/cglib/core/ClassInfo;
            0    5     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ClassInfo this
         0: .line 40
            aload 0 /* this */
            invokevirtual net.sf.cglib.core.ClassInfo.getType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.hashCode:()I
            ireturn
        end local 0 // net.sf.cglib.core.ClassInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ClassInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.ClassInfo this
         0: .line 45
            aload 0 /* this */
            invokevirtual net.sf.cglib.core.ClassInfo.getType:()Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getClassName:()Ljava/lang/String;
            areturn
        end local 0 // net.sf.cglib.core.ClassInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/ClassInfo;
}
SourceFile: "ClassInfo.java"