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 start local 1 0: aload 0
aload 1
invokespecial com.sun.tools.jdi.MirrorImpl.<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/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=3, args_size=2
start local 0 start local 1 0: aload 0
ifnonnull 5
1: new com.sun.tools.jdi.JNITypeParser
dup
aload 1
invokeinterface com.sun.tools.jdi.ValueContainer.signature:()Ljava/lang/String;
invokespecial com.sun.tools.jdi.JNITypeParser.<init>:(Ljava/lang/String;)V
astore 2
start local 2 2: aload 2
invokevirtual com.sun.tools.jdi.JNITypeParser.isPrimitive:()Z
ifeq 4
3: 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
4: StackMap locals: com.sun.tools.jdi.JNITypeParser
StackMap stack:
aconst_null
areturn
end local 2 5: StackMap locals:
StackMap stack:
aload 0
checkcast com.sun.tools.jdi.ValueImpl
aload 1
invokevirtual com.sun.tools.jdi.ValueImpl.prepareForAssignmentTo:(Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 value Lcom/sun/jdi/Value;
0 6 1 destination Lcom/sun/tools/jdi/ValueContainer;
2 5 2 sig Lcom/sun/tools/jdi/JNITypeParser;
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 0: aload 0
ifnonnull 2
1: bipush 76
ireturn
2: StackMap locals:
StackMap stack:
aload 0
checkcast com.sun.tools.jdi.ValueImpl
invokevirtual com.sun.tools.jdi.ValueImpl.typeValueKey:()B
ireturn
end local 0 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"