Class FilteredPointerKey.TargetMethodFilter
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.propagation.FilteredPointerKey.TargetMethodFilter
-
- All Implemented Interfaces:
ContextItem,FilteredPointerKey.TypeFilter
- Enclosing interface:
- FilteredPointerKey
public static class FilteredPointerKey.TargetMethodFilter extends Object implements FilteredPointerKey.TypeFilter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem
ContextItem.Value<T>
-
-
Constructor Summary
Constructors Constructor Description TargetMethodFilter(IMethod targetMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddFiltered(PropagationSystem system, PointsToSetVariable L, PointsToSetVariable R)booleanaddInverseFiltered(PropagationSystem system, PointsToSetVariable L, PointsToSetVariable R)booleanequals(Object o)IMethodgetMethod()inthashCode()booleanisRootFilter()StringtoString()
-
-
-
Constructor Detail
-
TargetMethodFilter
public TargetMethodFilter(IMethod targetMethod)
-
-
Method Detail
-
getMethod
public IMethod getMethod()
-
addFiltered
public boolean addFiltered(PropagationSystem system, PointsToSetVariable L, PointsToSetVariable R)
- Specified by:
addFilteredin interfaceFilteredPointerKey.TypeFilter
-
addInverseFiltered
public boolean addInverseFiltered(PropagationSystem system, PointsToSetVariable L, PointsToSetVariable R)
- Specified by:
addInverseFilteredin interfaceFilteredPointerKey.TypeFilter
-
isRootFilter
public boolean isRootFilter()
- Specified by:
isRootFilterin interfaceFilteredPointerKey.TypeFilter
-
-