Uses of Interface
com.google.javascript.jscomp.graph.Annotatable
-
Packages that use Annotatable Package Description com.google.javascript.jscomp.graph -
-
Uses of Annotatable in com.google.javascript.jscomp.graph
Subinterfaces of Annotatable in com.google.javascript.jscomp.graph Modifier and Type Interface Description static interfaceDiGraph.DiGraphEdge<N,E>A generic directed graph edge.static interfaceDiGraph.DiGraphNode<N,E>A generic directed graph node.static interfaceGraph.GraphEdge<N,E>A generic edge.interfaceGraphNode<N,E>A generic node.static interfaceUndiGraph.UndiGraphEdge<N,E>A generic undirected graph edge.static interfaceUndiGraph.UndiGraphNode<N,E>A generic undirected graph node.Classes in com.google.javascript.jscomp.graph that implement Annotatable Modifier and Type Class Description static classLinkedDirectedGraph.LinkedDiGraphEdge<N,E>A directed graph edge that stores the source and destination nodes at each edge.static classLinkedDirectedGraph.LinkedDiGraphNode<N,E>A directed graph node that stores outgoing edges and incoming edges as an list within the node itself.
-