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 start local 1 0: aload 0
aload 1
invokespecial com.sun.tools.jdi.ValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
1: return
end local 1 end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.byteValue:()B
ireturn
end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.charValue:()C
ireturn
end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.shortValue:()S
ireturn
end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.intValue:()I
ireturn
end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.longValue:()J
lreturn
end local 0 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.floatValue:()F
freturn
end local 0 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 0: aload 0
instanceof com.sun.jdi.BooleanValue
ifeq 2
1: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.booleanValue:()Z
ireturn
2: 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 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 0: aload 0
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.doubleValue:()D
dreturn
end local 0 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 start local 1 0: aload 0
aload 1
invokevirtual com.sun.tools.jdi.PrimitiveValueImpl.convertForAssignmentTo:(Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
areturn
end local 1 end local 0 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 start local 1 0: aload 1
invokeinterface com.sun.tools.jdi.ValueContainer.signature:()Ljava/lang/String;
invokevirtual java.lang.String.length:()I
iconst_1
if_icmple 2
1: 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: StackMap locals:
StackMap stack:
aload 1
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: aload 0
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: 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: StackMap locals:
StackMap stack:
aload 1
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: aload 0
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: 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: StackMap locals:
StackMap stack:
ldc "void"
aload 1
invokeinterface com.sun.tools.jdi.ValueContainer.typeName:()Ljava/lang/String;
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 10
9: 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: StackMap locals:
StackMap stack:
aload 1
invokeinterface com.sun.tools.jdi.ValueContainer.type:()Lcom/sun/jdi/Type;
checkcast com.sun.tools.jdi.PrimitiveTypeImpl
astore 2
start local 2 11: aload 2
aload 0
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 13: StackMap locals:
StackMap stack: com.sun.jdi.ClassNotLoadedException
pop
14: 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: aload 1
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: invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 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: 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: 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: 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"