Uses of Interface
com.google.javascript.jscomp.graph.FixedPointGraphTraversal.EdgeCallback
-
Packages that use FixedPointGraphTraversal.EdgeCallback Package Description com.google.javascript.jscomp.graph Provides graph data structures and algorithms for coloring and fixed-point computations. -
-
Uses of FixedPointGraphTraversal.EdgeCallback in com.google.javascript.jscomp.graph
Classes in com.google.javascript.jscomp.graph that implement FixedPointGraphTraversal.EdgeCallback Modifier and Type Class Description class
GraphReachability<N,E>
Computes all the reachable nodes.Methods in com.google.javascript.jscomp.graph with parameters of type FixedPointGraphTraversal.EdgeCallback Modifier and Type Method Description static <NODE,EDGE>
FixedPointGraphTraversal<NODE,EDGE>FixedPointGraphTraversal. newTraversal(FixedPointGraphTraversal.EdgeCallback<NODE,EDGE> callback)
Helper method for creating new traversals.Constructors in com.google.javascript.jscomp.graph with parameters of type FixedPointGraphTraversal.EdgeCallback Constructor Description FixedPointGraphTraversal(FixedPointGraphTraversal.EdgeCallback<N,E> callback)
Create a new traversal.
-