public class sun.jvm.hotspot.code.ConstantDoubleValue extends sun.jvm.hotspot.code.ScopeValue
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.jvm.hotspot.code.ConstantDoubleValue
super_class: sun.jvm.hotspot.code.ScopeValue
{
private double value;
descriptor: D
flags: (0x0002) ACC_PRIVATE
public void <init>(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial sun.jvm.hotspot.code.ScopeValue.<init>:()V
1: aload 0
dload 1
putfield sun.jvm.hotspot.code.ConstantDoubleValue.value:D
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/code/ConstantDoubleValue;
0 3 1 value D
MethodParameters:
Name Flags
value
public boolean isConstantDouble();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/code/ConstantDoubleValue;
public double getValue();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.code.ConstantDoubleValue.value:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/code/ConstantDoubleValue;
void <init>(sun.jvm.hotspot.code.DebugInfoReadStream);
descriptor: (Lsun/jvm/hotspot/code/DebugInfoReadStream;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial sun.jvm.hotspot.code.ScopeValue.<init>:()V
1: aload 0
aload 1
invokevirtual sun.jvm.hotspot.code.DebugInfoReadStream.readDouble:()D
putfield sun.jvm.hotspot.code.ConstantDoubleValue.value:D
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/jvm/hotspot/code/ConstantDoubleValue;
0 3 1 stream Lsun/jvm/hotspot/code/DebugInfoReadStream;
MethodParameters:
Name Flags
stream
public void print();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.jvm.hotspot.code.ConstantDoubleValue.printOn:(Ljava/io/PrintStream;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/code/ConstantDoubleValue;
public void printOn(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.jvm.hotspot.code.ConstantDoubleValue.value:D
invokevirtual java.io.PrintStream.print:(D)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/code/ConstantDoubleValue;
0 2 1 tty Ljava/io/PrintStream;
MethodParameters:
Name Flags
tty
}
SourceFile: "ConstantDoubleValue.java"