Uses of Class
com.google.javascript.jscomp.graph.FixedPointGraphTraversal
-
Packages that use FixedPointGraphTraversal Package Description com.google.javascript.jscomp.graph Provides graph data structures and algorithms for coloring and fixed-point computations. -
-
Uses of FixedPointGraphTraversal in com.google.javascript.jscomp.graph
Methods in com.google.javascript.jscomp.graph that return FixedPointGraphTraversal Modifier and Type Method Description static <NODE,EDGE>
FixedPointGraphTraversal<NODE,EDGE>FixedPointGraphTraversal. newTraversal(FixedPointGraphTraversal.EdgeCallback<NODE,EDGE> callback)
Helper method for creating new traversals.
-