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