Package com.oracle.truffle.api.object
Interface DoubleLocation
- All Superinterfaces:
BaseLocation
,TypedLocation
- All Known Implementing Classes:
BasicLocations.DoubleLocationDecorator
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getDouble
(DynamicObject store, boolean condition) double
getDouble
(DynamicObject store, Shape shape) getType()
The type of this location.void
setDouble
(DynamicObject store, double value) void
setDouble
(DynamicObject store, double value, Shape shape) void
setDouble
(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:TypedLocation
The type of this location.- Specified by:
getType
in interfaceTypedLocation
-