Package com.oracle.truffle.api.object
Interface ObjectLocation
- All Superinterfaces:
BaseLocation,TypedLocation
- All Known Subinterfaces:
LocationImpl.TypedObjectLocation<T>
- All Known Implementing Classes:
BasicLocations.ObjectArrayLocation,BasicLocations.ObjectFieldLocation,BasicLocations.SimpleObjectFieldLocation
-
Method Summary
-
Method Details
-
getType
Description copied from interface:TypedLocationThe type of this location.- Specified by:
getTypein interfaceTypedLocation
-
isNonNull
boolean isNonNull()Iftrue, this location does not acceptnullvalues.
-