Uses of Package
com.google.javascript.jscomp.graph
Packages that use com.google.javascript.jscomp.graph
Package
Description
-
Classes in com.google.javascript.jscomp.graph used by com.google.javascript.jscompClassDescriptionA minimal graph interface.A generic directed graph.A generic directed graph node.The base generic class for graph-like data structure and algorithms in the compiler.A graph that can be dumped to a Graphviz DOT file.A directed graph using ArrayLists within nodes to store edge information.
-
Classes in com.google.javascript.jscomp.graph used by com.google.javascript.jscomp.graphClassDescriptionA minimal graph interface.Object that has an annotation.Information that can be annotated to a
GraphNode
orGraph.GraphEdge
.A generic directed graph.A generic directed graph edge.A generic directed graph node.A utility class for doing fixed-point computations.Edge callbackThe base generic class for graph-like data structure and algorithms in the compiler.A generic edge.Annotates the graph with a color in a way that no connected node will have the same color.A generic node.Represents a Source Node and an Edge.A graph that can be dumped to a Graphviz DOT file.A Graphviz edge.A Graphviz node.A directed graph using ArrayLists within nodes to store edge information.A directed graph edge that stores the source and destination nodes at each edge.A directed graph node that stores outgoing edges and incoming edges as an list within the node itself.An undirected graph using linked list within nodes to store edge information.Implements a lowest common ancestor search algorithm.An interface representing a subgraph that provides adjacency calculation to a node.A generic undirected graph.A generic undirected graph edge.A generic undirected graph node.Union-Find is a classical algorithm used to find connected components in graph theory. -
Classes in com.google.javascript.jscomp.graph used by com.google.javascript.jscomp.typeClassDescriptionInformation that can be annotated to a
GraphNode
orGraph.GraphEdge
.A lattice element.