public class ApplicationLoaderPolicy extends java.lang.Object implements PruningPolicy
| Modifier and Type | Field and Description |
|---|---|
static ApplicationLoaderPolicy |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(CGNode n)
Returns whether the given node shall be kept.
|
public static final ApplicationLoaderPolicy INSTANCE
public boolean check(CGNode n)
PruningPolicycheck in interface PruningPolicyn - node to be checkedtrue, if this node shall be kept, false otherwise