Class FlowGraphWalker

  • All Implemented Interfaces:
    Iterable<FlowNode>

    public class FlowGraphWalker
    extends Object
    implements Iterable<FlowNode>
    Visits a graph of flow nodes and iterates nodes in them.
    Author:
    Kohsuke Kawaguchi