Uses of Interface
com.google.javascript.jscomp.graph.FixedPointGraphTraversal.EdgeCallback
Packages that use FixedPointGraphTraversal.EdgeCallback
-
Uses of FixedPointGraphTraversal.EdgeCallback in com.google.javascript.jscomp.graph
Classes in com.google.javascript.jscomp.graph that implement FixedPointGraphTraversal.EdgeCallbackModifier and TypeClassDescriptionfinal classGraphReachability<N,E> Computes all the reachable nodes.Methods in com.google.javascript.jscomp.graph with parameters of type FixedPointGraphTraversal.EdgeCallbackModifier and TypeMethodDescriptionstatic <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.