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-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static interface
-
Method Summary
-
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
-