Package com.oracle.truffle.object
Interface LocationImpl.InternalLongLocation
-
- All Superinterfaces:
BaseLocation
,LongLocation
,TypedLocation
- All Known Implementing Classes:
BasicLocations.LongArrayLocation
,BasicLocations.LongFieldLocation
,BasicLocations.LongLocationDecorator
,BasicLocations.SimpleLongFieldLocation
- Enclosing class:
- LocationImpl
public static interface LocationImpl.InternalLongLocation extends LongLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLongInternal(DynamicObject store, long value)
-
-
-
Method Detail
-
setLongInternal
void setLongInternal(DynamicObject store, long value)
-
-