| 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 | Field and Description |
|---|---|
private java.util.Deque<GraphColoring<Var,java.lang.Void>> |
CoalesceVariableNames.colorings |
| Modifier and Type | Class and Description |
|---|---|
static class |
GraphColoring.GreedyGraphColoring<N,E>
Greedily assign nodes with high degree unique colors.
|