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 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
A generic undirected graph edge.static interface
A generic undirected graph node.Classes in com.google.javascript.jscomp.graph that implement AnnotatableModifier and TypeClassDescriptionstatic class
A directed graph edge that stores the source and destination nodes at each edge.static class
A directed graph node that stores outgoing edges and incoming edges as an list within the node itself.