public final class org.apache.tomcat.util.bcel.classfile.ConstantDouble extends org.apache.tomcat.util.bcel.classfile.Constant
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.apache.tomcat.util.bcel.classfile.ConstantDouble
super_class: org.apache.tomcat.util.bcel.classfile.Constant
{
private final double bytes;
descriptor: D
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.io.DataInput);
descriptor: (Ljava/io/DataInput;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
bipush 6
invokespecial org.apache.tomcat.util.bcel.classfile.Constant.<init>:(B)V
1: aload 0
aload 1
invokeinterface java.io.DataInput.readDouble:()D
putfield org.apache.tomcat.util.bcel.classfile.ConstantDouble.bytes:D
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/tomcat/util/bcel/classfile/ConstantDouble;
0 3 1 file Ljava/io/DataInput;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
file final
public double getBytes();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.tomcat.util.bcel.classfile.ConstantDouble.bytes:D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/tomcat/util/bcel/classfile/ConstantDouble;
}
SourceFile: "ConstantDouble.java"