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