Interface PruningPolicy
-
- All Known Implementing Classes:
ApplicationLoaderPolicy,DoNotPrune
public interface PruningPolicyPolicy which decides which branch of a call graph is going to be pruned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(CGNode n)Returns whether the given node shall be kept.
-
-
-
Method Detail
-
check
boolean check(CGNode n)
Returns whether the given node shall be kept.- Parameters:
n- node to be checked- Returns:
true, if this node shall be kept,falseotherwise
-
-