| 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 | Class and Description |
|---|---|
private class |
AnalyzePrototypeProperties.PropagateReferences |
private static class |
PureFunctionIdentifier.SideEffectPropagationCallback
Callback that propagates side effect information across call sites.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphReachability<N,E>
Computes all the reachable nodes.
|
| Modifier and Type | Field and Description |
|---|---|
private FixedPointGraphTraversal.EdgeCallback<N,E> |
FixedPointGraphTraversal.callback |
| Modifier and Type | Method and Description |
|---|---|
static <NODE,EDGE> |
FixedPointGraphTraversal.newTraversal(FixedPointGraphTraversal.EdgeCallback<NODE,EDGE> callback)
Helper method for creating new traversals.
|
| Constructor and Description |
|---|
FixedPointGraphTraversal(FixedPointGraphTraversal.EdgeCallback<N,E> callback)
Create a new traversal.
|