Package com.oracle.truffle.api.object
Interface LongLocation
Deprecated.
Long-typed storage location.
- Since:
- 0.8 or earlier
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlong
getLong
(DynamicObject store, boolean condition) Deprecated.long
getLong
(DynamicObject store, Shape shape) Deprecated.void
setLong
(DynamicObject store, long value, Shape shape) Deprecated.
-
Method Details
-
getLong
Deprecated.- Since:
- 0.8 or earlier
- See Also:
-
getLong
Deprecated.- Since:
- 0.8 or earlier
- See Also:
-
setLong
@Deprecated(since="22.2") void setLong(DynamicObject store, long value, Shape shape) throws FinalLocationException Deprecated.- Throws:
FinalLocationException
- Since:
- 0.8 or earlier
- See Also:
-