Interface PruningPolicy
- All Known Implementing Classes:
ApplicationLoaderPolicy
,DoNotPrune
public interface PruningPolicy
Policy which decides which branch of a call graph is going to be pruned.
- Author:
- Martin Mohr
-
Method Summary
-
Method Details
-
check
Returns whether the given node shall be kept.- Parameters:
n
- node to be checked- Returns:
true
, if this node shall be kept,false
otherwise
-