abstract class com.sun.tools.jdi.ValueImpl extends com.sun.tools.jdi.MirrorImpl implements com.sun.jdi.Value
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.ValueImpl
  super_class: com.sun.tools.jdi.MirrorImpl
{
  void <init>(com.sun.jdi.VirtualMachine);
    descriptor: (Lcom/sun/jdi/VirtualMachine;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ValueImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
         0: .line 36
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.MirrorImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 37
            return
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/ValueImpl;
            0    2     1   aVm  Lcom/sun/jdi/VirtualMachine;
    MethodParameters:
      Name  Flags
      aVm   

  static com.sun.tools.jdi.ValueImpl prepareForAssignment(com.sun.jdi.Value, com.sun.tools.jdi.ValueContainer);
    descriptor: (Lcom/sun/jdi/Value;Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jdi.Value value
        start local 1 // com.sun.tools.jdi.ValueContainer destination
         0: .line 42
            aload 0 /* value */
            ifnonnull 4
         1: .line 46
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.signature:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 3
         2: .line 47
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Can't set a primitive type to null"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 49
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         4: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* value */
            checkcast com.sun.tools.jdi.ValueImpl
            aload 1 /* destination */
            invokevirtual com.sun.tools.jdi.ValueImpl.prepareForAssignmentTo:(Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
            areturn
        end local 1 // com.sun.tools.jdi.ValueContainer destination
        end local 0 // com.sun.jdi.Value value
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0        value  Lcom/sun/jdi/Value;
            0    5     1  destination  Lcom/sun/tools/jdi/ValueContainer;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    MethodParameters:
             Name  Flags
      value        
      destination  

  static byte typeValueKey(com.sun.jdi.Value);
    descriptor: (Lcom/sun/jdi/Value;)B
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jdi.Value val
         0: .line 56
            aload 0 /* val */
            ifnonnull 2
         1: .line 57
            bipush 76
            ireturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* val */
            checkcast com.sun.tools.jdi.ValueImpl
            invokevirtual com.sun.tools.jdi.ValueImpl.typeValueKey:()B
            ireturn
        end local 0 // com.sun.jdi.Value val
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   val  Lcom/sun/jdi/Value;
    MethodParameters:
      Name  Flags
      val   

  abstract com.sun.tools.jdi.ValueImpl prepareForAssignmentTo(com.sun.tools.jdi.ValueContainer);
    descriptor: (Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    MethodParameters:
             Name  Flags
      destination  

  abstract byte typeValueKey();
    descriptor: ()B
    flags: (0x0400) ACC_ABSTRACT
}
SourceFile: "ValueImpl.java"