floatValue = f;
Return the descriptor string for the constant type. return "F";//NOI18N
return "F";//NOI18N
b.writeFloat(floatValue);
return new ConstFloat (input.readFloat());
The tag of this constant entry /* public accessors */ return MyTag;
/* public accessors */ return MyTag;
A printable representation return "CONSTANTFloat(" + indexAsString() + "): " + //NOI18N "floatValue(" + Float.toString(floatValue) + ")";//NOI18N
return "CONSTANTFloat(" + indexAsString() + "): " + //NOI18N "floatValue(" + Float.toString(floatValue) + ")";//NOI18N
return the value associated with the entry return floatValue;
return floatValue;