Package com.oracle.truffle.api.object
Interface TypedLocation
- All Superinterfaces:
BaseLocation
- All Known Subinterfaces:
BooleanLocation,DoubleLocation,IntLocation,LocationImpl.InternalLongLocation,LocationImpl.TypedObjectLocation<T>,LongLocation,ObjectLocation
- All Known Implementing Classes:
BasicLocations.BooleanLocationDecorator,BasicLocations.DoubleLocationDecorator,BasicLocations.IntLocationDecorator,BasicLocations.LongArrayLocation,BasicLocations.LongFieldLocation,BasicLocations.LongLocationDecorator,BasicLocations.ObjectArrayLocation,BasicLocations.ObjectFieldLocation,BasicLocations.SimpleLongFieldLocation,BasicLocations.SimpleObjectFieldLocation,Locations.DeclaredDualLocation,Locations.DualLocation
-
Method Summary
-
Method Details
-
getType
Class<?> getType()The type of this location.
-