Construct a ConstDouble object doubleValue = f;
doubleValue = f;
Return the descriptor string for the constant type. return "D";//NOI18N
return "D";//NOI18N
b.writeDouble(doubleValue);
return new ConstDouble (input.readDouble());
The tag of this constant entry /* public accessors */ return MyTag;
/* public accessors */ return MyTag;
A printable representation return "CONSTANTDouble(" + indexAsString() + "): " + //NOI18N "doubleValue(" + Double.toString(doubleValue) + ")";//NOI18N
return "CONSTANTDouble(" + indexAsString() + "): " + //NOI18N "doubleValue(" + Double.toString(doubleValue) + ")";//NOI18N
return the value associated with the entry return doubleValue;
return doubleValue;