public abstract class com.sun.tools.jdi.PrimitiveValueImpl extends com.sun.tools.jdi.ValueImpl implements com.sun.jdi.PrimitiveValue
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.jdi.PrimitiveValueImpl
  super_class: com.sun.tools.jdi.ValueImpl
{
  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.PrimitiveValueImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
         0: .line 39
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.ValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 40
            return
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
            0    2     1   aVm  Lcom/sun/jdi/VirtualMachine;
    MethodParameters:
      Name  Flags
      aVm   

  public abstract boolean booleanValue();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract byte byteValue();
    descriptor: ()B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract char charValue();
    descriptor: ()C
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short shortValue();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  public abstract long longValue();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract float floatValue();
    descriptor: ()F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double doubleValue();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  byte checkedByteValue();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 61
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.byteValue:()B
            ireturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  char checkedCharValue();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 64
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.charValue:()C
            ireturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  short checkedShortValue();
    descriptor: ()S
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 67
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.shortValue:()S
            ireturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  int checkedIntValue();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 70
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.intValue:()I
            ireturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  long checkedLongValue();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 73
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.longValue:()J
            lreturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  float checkedFloatValue();
    descriptor: ()F
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 76
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.floatValue:()F
            freturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  final boolean checkedBooleanValue();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 84
            aload 0 /* this */
            instanceof com.sun.jdi.BooleanValue
            ifeq 2
         1: .line 85
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.booleanValue:()Z
            ireturn
         2: .line 87
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Can't convert non-boolean value to boolean"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  final double checkedDoubleValue();
    descriptor: ()D
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
         0: .line 96
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.doubleValue:()D
            dreturn
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException

  com.sun.tools.jdi.ValueImpl prepareForAssignmentTo(com.sun.tools.jdi.ValueContainer);
    descriptor: (Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
        start local 1 // com.sun.tools.jdi.ValueContainer destination
         0: .line 102
            aload 0 /* this */
            aload 1 /* destination */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.convertForAssignmentTo:(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.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
            0    1     1  destination  Lcom/sun/tools/jdi/ValueContainer;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException
    MethodParameters:
             Name  Flags
      destination  

  com.sun.tools.jdi.ValueImpl convertForAssignmentTo(com.sun.tools.jdi.ValueContainer);
    descriptor: (Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
        start local 1 // com.sun.tools.jdi.ValueContainer destination
         0: .line 111
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.signature:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmple 2
         1: .line 112
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Can't assign primitive value to object"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 115
      StackMap locals:
      StackMap stack:
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.signature:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 90
            if_icmpne 5
         3: .line 116
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.type:()Lcom/sun/jdi/Type;
            invokeinterface com.sun.jdi.Type.signature:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 90
            if_icmpeq 5
         4: .line 117
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Can't assign non-boolean value to a boolean"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 120
      StackMap locals:
      StackMap stack:
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.signature:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 90
            if_icmpeq 8
         6: .line 121
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.type:()Lcom/sun/jdi/Type;
            invokeinterface com.sun.jdi.Type.signature:()Ljava/lang/String;
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            bipush 90
            if_icmpne 8
         7: .line 122
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Can't assign boolean value to an non-boolean"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 125
      StackMap locals:
      StackMap stack:
            ldc "void"
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.typeName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 126
            new com.sun.jdi.InvalidTypeException
            dup
            ldc "Can't assign primitive value to a void"
            invokespecial com.sun.jdi.InvalidTypeException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.type:()Lcom/sun/jdi/Type;
            checkcast com.sun.tools.jdi.PrimitiveTypeImpl
            astore 2 /* primitiveType */
        start local 2 // com.sun.tools.jdi.PrimitiveTypeImpl primitiveType
        11: .line 131
            aload 2 /* primitiveType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.PrimitiveTypeImpl.convert:(Lcom/sun/jdi/PrimitiveValue;)Lcom/sun/jdi/PrimitiveValue;
            checkcast com.sun.tools.jdi.ValueImpl
        12: areturn
        end local 2 // com.sun.tools.jdi.PrimitiveTypeImpl primitiveType
        13: .line 132
      StackMap locals:
      StackMap stack: com.sun.jdi.ClassNotLoadedException
            pop
        14: .line 133
            new com.sun.jdi.InternalException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Signature and type inconsistent for: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        15: .line 134
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.typeName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        16: .line 133
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // com.sun.tools.jdi.ValueContainer destination
        end local 0 // com.sun.tools.jdi.PrimitiveValueImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lcom/sun/tools/jdi/PrimitiveValueImpl;
            0   17     1    destination  Lcom/sun/tools/jdi/ValueContainer;
           11   13     2  primitiveType  Lcom/sun/tools/jdi/PrimitiveTypeImpl;
      Exception table:
        from    to  target  type
          10    12      13  Class com.sun.jdi.ClassNotLoadedException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException
    MethodParameters:
             Name  Flags
      destination  

  public int hashCode();
    descriptor: ()I
    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.ValueImpl.hashCode:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.ValueImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokespecial com.sun.tools.jdi.ValueImpl.equals:(Ljava/lang/Object;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PrimitiveValueImpl.java"