public class com.sun.tools.jdi.ClassObjectReferenceImpl extends com.sun.tools.jdi.ObjectReferenceImpl implements com.sun.jdi.ClassObjectReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ClassObjectReferenceImpl
  super_class: com.sun.tools.jdi.ObjectReferenceImpl
{
  private com.sun.jdi.ReferenceType reflectedType;
    descriptor: Lcom/sun/jdi/ReferenceType;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // long ref
         0: .line 38
            aload 0 /* this */
            aload 1 /* vm */
            lload 2 /* ref */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 39
            return
        end local 2 // long ref
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/ClassObjectReferenceImpl;
            0    2     1    vm  Lcom/sun/jdi/VirtualMachine;
            0    2     2   ref  J
    MethodParameters:
      Name  Flags
      vm    
      ref   

  public com.sun.jdi.ReferenceType reflectedType();
    descriptor: ()Lcom/sun/jdi/ReferenceType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
         0: .line 42
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassObjectReferenceImpl.reflectedType:Lcom/sun/jdi/ReferenceType;
            ifnonnull 9
         1: .line 45
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassObjectReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ClassObjectReference$ReflectedType.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ClassObjectReferenceImpl;)Lcom/sun/tools/jdi/JDWP$ClassObjectReference$ReflectedType;
         2: .line 44
            astore 1 /* reply */
        start local 1 // com.sun.tools.jdi.JDWP$ClassObjectReference$ReflectedType reply
         3: .line 46
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassObjectReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 1 /* reply */
            getfield com.sun.tools.jdi.JDWP$ClassObjectReference$ReflectedType.typeID:J
         4: .line 47
            aload 1 /* reply */
            getfield com.sun.tools.jdi.JDWP$ClassObjectReference$ReflectedType.refTypeTag:B
         5: .line 46
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.referenceType:(JB)Lcom/sun/tools/jdi/ReferenceTypeImpl;
            putfield com.sun.tools.jdi.ClassObjectReferenceImpl.reflectedType:Lcom/sun/jdi/ReferenceType;
        end local 1 // com.sun.tools.jdi.JDWP$ClassObjectReference$ReflectedType reply
         6: .line 49
            goto 9
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         7: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         8: .line 50
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         9: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassObjectReferenceImpl.reflectedType:Lcom/sun/jdi/ReferenceType;
            areturn
        end local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lcom/sun/tools/jdi/ClassObjectReferenceImpl;
            3    6     1  reply  Lcom/sun/tools/jdi/JDWP$ClassObjectReference$ReflectedType;
            8    9     1    exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     6       7  Class com.sun.tools.jdi.JDWPException

  byte typeValueKey();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
         0: .line 57
            bipush 99
            ireturn
        end local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ClassObjectReferenceImpl;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
         0: .line 61
            new java.lang.StringBuilder
            dup
            ldc "instance of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassObjectReferenceImpl.referenceType:()Lcom/sun/jdi/ReferenceType;
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 62
            ldc "(reflected class="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassObjectReferenceImpl.reflectedType:()Lcom/sun/jdi/ReferenceType;
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "id="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassObjectReferenceImpl.uniqueID:()J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 61
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ClassObjectReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ClassObjectReferenceImpl;

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ClassObjectReferenceImpl.java"
InnerClasses:
  ClassObjectReference = com.sun.tools.jdi.JDWP$ClassObjectReference of com.sun.tools.jdi.JDWP
  ReflectedType = com.sun.tools.jdi.JDWP$ClassObjectReference$ReflectedType of com.sun.tools.jdi.JDWP$ClassObjectReference