Uses of Interface
com.google.javascript.jscomp.graph.Annotatable
Packages that use Annotatable
-
Uses of Annotatable in com.google.javascript.jscomp.graph
Subinterfaces of Annotatable in com.google.javascript.jscomp.graphModifier and TypeInterfaceDescriptionstatic 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 interfaceA generic undirected graph edge.static interfaceA generic undirected graph node.Classes in com.google.javascript.jscomp.graph that implement AnnotatableModifier and TypeClassDescriptionstatic classA directed graph edge that stores the source and destination nodes at each edge.static classA directed graph node that stores outgoing edges and incoming edges as an list within the node itself.