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 |
---|---|
(package private) class |
AmbiguateProperties.PropertySubGraph
A
SubGraph that represents properties. |
Modifier and Type | Method and Description |
---|---|
SubGraph<AmbiguateProperties.Property,java.lang.Void> |
AmbiguateProperties.PropertyGraph.newSubGraph() |
Modifier and Type | Class and Description |
---|---|
(package private) class |
Graph.SimpleSubGraph<N,E>
A simple implementation of SubGraph that calculates adjacency by iterating
over a node's neighbors.
|
Modifier and Type | Method and Description |
---|---|
SubGraph<N,E> |
AdjacencyGraph.newSubGraph()
Returns an empty SubGraph for this Graph.
|
SubGraph<N,E> |
LinkedDirectedGraph.newSubGraph() |
SubGraph<N,E> |
LinkedUndirectedGraph.newSubGraph() |