Package com.oracle.truffle.api.object
Interface DoubleLocation
- All Superinterfaces:
BaseLocation,TypedLocation
- All Known Implementing Classes:
BasicLocations.DoubleLocationDecorator
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetDouble(DynamicObject store, boolean condition) doublegetDouble(DynamicObject store, Shape shape) getType()The type of this location.voidsetDouble(DynamicObject store, double value) voidsetDouble(DynamicObject store, double value, Shape shape) voidsetDouble(DynamicObject store, double value, Shape oldShape, Shape newShape)
-
Method Details
-
getDouble
- See Also:
-
getDouble
- See Also:
-
setDouble
- Throws:
FinalLocationException- See Also:
-
setDouble
- Throws:
FinalLocationException- See Also:
-
setDouble
-
getType
Description copied from interface:TypedLocationThe type of this location.- Specified by:
getTypein interfaceTypedLocation
-