Class ApplicationLoaderPolicy
java.lang.Object
com.ibm.wala.ipa.callgraph.pruned.ApplicationLoaderPolicy
- All Implemented Interfaces:
PruningPolicy
Keeps a given CGNode if it stems from application code
- Author:
- Martin Mohr
-
Field Summary
Fields -
Method Summary
-
Field Details
-
INSTANCE
-
-
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
-