Uses of Class
com.google.javascript.jscomp.graph.FixedPointGraphTraversal
-
Packages that use FixedPointGraphTraversal Package Description com.google.javascript.jscomp.graph -
-
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 <NodeT,EdgeT>
FixedPointGraphTraversal<NodeT,EdgeT>FixedPointGraphTraversal. newReverseTraversal(FixedPointGraphTraversal.EdgeCallback<NodeT,EdgeT> callback)
Helper method for creating new traversals that traverse from child to parent.static <NodeT,EdgeT>
FixedPointGraphTraversal<NodeT,EdgeT>FixedPointGraphTraversal. newTraversal(FixedPointGraphTraversal.EdgeCallback<NodeT,EdgeT> callback)
Helper method for creating new traversals that traverse from parent to child.
-