public class com.sun.tools.jdi.StringReferenceImpl extends com.sun.tools.jdi.ObjectReferenceImpl implements com.sun.jdi.StringReference
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.StringReferenceImpl
  super_class: com.sun.tools.jdi.ObjectReferenceImpl
{
  private java.lang.String value;
    descriptor: Ljava/lang/String;
    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.StringReferenceImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 38
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ObjectReferenceImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 39
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.StringReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/StringReferenceImpl;
            0    2     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    2     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  public java.lang.String value();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.StringReferenceImpl this
         0: .line 42
            aload 0 /* this */
            getfield com.sun.tools.jdi.StringReferenceImpl.value:Ljava/lang/String;
            ifnonnull 7
         1: .line 46
            aload 0 /* this */
         2: .line 47
            aload 0 /* this */
            getfield com.sun.tools.jdi.StringReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$StringReference$Value.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ObjectReferenceImpl;)Lcom/sun/tools/jdi/JDWP$StringReference$Value;
            getfield com.sun.tools.jdi.JDWP$StringReference$Value.stringValue:Ljava/lang/String;
         3: .line 46
            putfield com.sun.tools.jdi.StringReferenceImpl.value:Ljava/lang/String;
         4: .line 48
            goto 7
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 1 /* exc */
        start local 1 // com.sun.tools.jdi.JDWPException exc
         6: .line 49
            aload 1 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 1 // com.sun.tools.jdi.JDWPException exc
         7: .line 52
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.StringReferenceImpl.value:Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.StringReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/tools/jdi/StringReferenceImpl;
            6    7     1   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           1     4       5  Class com.sun.tools.jdi.JDWPException

  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.StringReferenceImpl this
         0: .line 56
            new java.lang.StringBuilder
            dup
            ldc "\""
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.StringReferenceImpl.value:()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;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.StringReferenceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/StringReferenceImpl;

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

  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: "StringReferenceImpl.java"
InnerClasses:
  StringReference = com.sun.tools.jdi.JDWP$StringReference of com.sun.tools.jdi.JDWP
  Value = com.sun.tools.jdi.JDWP$StringReference$Value of com.sun.tools.jdi.JDWP$StringReference