Package com.oracle.truffle.api.object
Interface IntLocation
- All Superinterfaces:
BaseLocation,TypedLocation
- All Known Implementing Classes:
BasicLocations.IntLocationDecorator
-
Method Summary
Modifier and TypeMethodDescriptionintgetInt(DynamicObject store, boolean condition) intgetInt(DynamicObject store, Shape shape) getType()The type of this location.voidsetInt(DynamicObject store, int value) voidsetInt(DynamicObject store, int value, Shape shape) voidsetInt(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:TypedLocationThe type of this location.- Specified by:
getTypein interfaceTypedLocation
-