Package com.oracle.truffle.api.object
Interface IntLocation
- All Superinterfaces:
BaseLocation
,TypedLocation
- All Known Implementing Classes:
BasicLocations.IntLocationDecorator
-
Method Summary
Modifier and TypeMethodDescriptionint
getInt
(DynamicObject store, boolean condition) int
getInt
(DynamicObject store, Shape shape) getType()
The type of this location.void
setInt
(DynamicObject store, int value) void
setInt
(DynamicObject store, int value, Shape shape) void
setInt
(DynamicObject store, int value, Shape oldShape, Shape newShape)
-
Method Details
-
getInt
- See Also:
-
getInt
- See Also:
-
setInt
- Throws:
FinalLocationException
- See Also:
-
setInt
- Throws:
FinalLocationException
- See Also:
-
setInt
-
getType
Description copied from interface:TypedLocation
The type of this location.- Specified by:
getType
in interfaceTypedLocation
-