|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ClosingCpInfo public interface ConstFloat
This interface has to be implemented by those classes representing a
CONSTANT_Float_info
structure. The CONSTANT_Float_info
structure is
used to represent 4-byte numeric constants.
Method Summary | |
---|---|
int |
getValue()
The bytes item of the CONSTANT_Float_info structure represents the value of the float constant in IEEE 754 floating-point single format. |
void |
setValue(int val)
The bytes item of the CONSTANT_Float_info structure represents the value of the float constant in IEEE 754 floating-point single format. |
Methods inherited from interface jef.dna.constantInfo.ConstantInfo |
---|
clone, fromStream, getCpt, getTag, getType, setCpt, setTag, toStream, updateRefs, validate |
Method Detail |
---|
int getValue()
void setValue(int val)
val
- The CONSTANT_Float_info value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |