Uses of Interface
com.google.javascript.jscomp.graph.Annotatable
-
Packages that use Annotatable Package Description com.google.javascript.jscomp.graph Provides graph data structures and algorithms for coloring and fixed-point computations. -
-
Uses of Annotatable in com.google.javascript.jscomp.graph
Subinterfaces of Annotatable in com.google.javascript.jscomp.graph Modifier and Type Interface Description static interface
DiGraph.DiGraphEdge<N,E>
A generic directed graph edge.static interface
DiGraph.DiGraphNode<N,E>
A generic directed graph node.static interface
Graph.GraphEdge<N,E>
A generic edge.interface
GraphNode<N,E>
A generic node.static interface
UndiGraph.UndiGraphEdge<N,E>
A generic undirected graph edge.static interface
UndiGraph.UndiGraphNode<N,E>
A generic undirected graph node.Classes in com.google.javascript.jscomp.graph that implement Annotatable Modifier and Type Class Description static class
LinkedDirectedGraph.LinkedDiGraphEdge<N,E>
A directed graph edge that stores the source and destination nodes at each edge.static class
LinkedDirectedGraph.LinkedDiGraphNode<N,E>
A directed graph node that stores outgoing edges and incoming edges as an list within the node itself.
-