Class DoNotPrune
java.lang.Object
com.ibm.wala.ipa.callgraph.pruned.DoNotPrune
- All Implemented Interfaces:
PruningPolicy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DoNotPrune
public DoNotPrune()
-
-
Method Details
-
check
Description copied from interface:PruningPolicyReturns whether the given node shall be kept.- Specified by:
checkin interfacePruningPolicy- Parameters:
n- node to be checked- Returns:
true, if this node shall be kept,falseotherwise
-