Package com.oracle.truffle.api.object
Interface IntLocation
Deprecated.
Int-typed storage location.
- Since:
- 0.8 or earlier
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
getInt
(DynamicObject store, boolean condition) Deprecated.int
getInt
(DynamicObject store, Shape shape) Deprecated.void
setInt
(DynamicObject store, int value, Shape shape) Deprecated.
-
Method Details
-
getInt
Deprecated.- Since:
- 0.8 or earlier
- See Also:
-
getInt
Deprecated.- Since:
- 0.8 or earlier
- See Also:
-
setInt
@Deprecated(since="22.2") void setInt(DynamicObject store, int value, Shape shape) throws FinalLocationException Deprecated.- Throws:
FinalLocationException
- Since:
- 0.8 or earlier
- See Also:
-