| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CheckUnreachableCode.ReachablePredicate.apply(GraphReachability.EdgeTuple<Node,ControlFlowGraph.Branch> input) |
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Predicate<GraphReachability.EdgeTuple<N,E>> |
GraphReachability.edgePredicate |
| Constructor and Description |
|---|
GraphReachability(DiGraph<N,E> graph,
com.google.common.base.Predicate<GraphReachability.EdgeTuple<N,E>> edgePredicate) |