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