Uses of Interface
com.google.javascript.jscomp.graph.FixedPointGraphTraversal.EdgeCallback
-
Packages that use FixedPointGraphTraversal.EdgeCallback Package Description com.google.javascript.jscomp.graph -
-
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 <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.
-