private static final class CheckUnreachableCode.ReachablePredicate extends java.lang.Object implements com.google.common.base.Predicate<GraphReachability.EdgeTuple<Node,ControlFlowGraph.Branch>>
| Modifier | Constructor and Description |
|---|---|
private |
ReachablePredicate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(GraphReachability.EdgeTuple<Node,ControlFlowGraph.Branch> input) |
public boolean apply(GraphReachability.EdgeTuple<Node,ControlFlowGraph.Branch> input)
apply in interface com.google.common.base.Predicate<GraphReachability.EdgeTuple<Node,ControlFlowGraph.Branch>>