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
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic 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
-