Access | Constructor and Description |
---|---|
public | BasicJFloatField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress)
|
Modifier and Type | Method and Description |
---|---|
public float | getValue(Address addr)
Implements sun. The field must be nonstatic and the type of the field must be a Java float, or a WrongTypeException will be thrown. |
public float | getValue()
Implements sun. The field must be static and the type of the field must be a Java float, or a WrongTypeException will be thrown. |
BasicJFloatField | back to summary |
---|---|
public BasicJFloatField(BasicTypeDataBase db, Type containingType, String name, Type type, boolean isStatic, long offset, Address staticFieldAddress) |
getValue | back to summary |
---|---|
public float getValue(Address addr) throws UnmappedAddressException, UnalignedAddressException, WrongTypeException Implements sun. The field must be nonstatic and the type of the field must be a Java float, or a WrongTypeException will be thrown. |
getValue | back to summary |
---|---|
public float getValue() throws UnmappedAddressException, UnalignedAddressException, WrongTypeException Implements sun. The field must be static and the type of the field must be a Java float, or a WrongTypeException will be thrown. |