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 |
---|---|
private UndiGraph<Var,java.lang.Void> |
CoalesceVariableNames.computeVariableNamesInterferenceGraph(NodeTraversal t,
ControlFlowGraph<Node> cfg,
java.util.Set<Var> escaped) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
CoalesceVariableNames.CombinedLiveRangeChecker.connectIfCrossed(UndiGraph<Var,java.lang.Void> interferenceGraph) |
Modifier and Type | Class and Description |
---|---|
class |
LinkedUndirectedGraph<N,E>
An undirected graph using linked list within nodes to store edge
information.
|