Contents
Interface FilteredPointerKey
- All Superinterfaces:
PointerKey
- All Known Implementing Classes:
ArrayContentsKey
,InstanceFieldKeyWithFilter
,LocalPointerKeyWithFilter
,PropagationCallGraphBuilder.TypedPointerKey
,ReturnValueKeyWithFilter
A
PointerKey
which carries a type filter, used during pointer analysis-
Method Details
-
getTypeFilter
FilteredPointerKey.TypeFilter getTypeFilter()- Returns:
- the class which should govern filtering of instances to which this pointer points, or null if no filtering needed
-