Interface InstanceFieldPointerKey
-
- All Superinterfaces:
PointerKey
- All Known Implementing Classes:
AbstractFieldPointerKey
,ArrayContentsKey
,ArrayLengthKey
,InstanceFieldKey
,InstanceFieldKeyWithFilter
,ReflectedFieldPointerKey
public interface InstanceFieldPointerKey extends PointerKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceKey
getInstanceKey()
-
-
-
Method Detail
-
getInstanceKey
InstanceKey getInstanceKey()
- Returns:
- the instance key which is the "container" for this pointer
-
-