Uses of Interface
org.quilt.graph.Visitor

Packages that use Visitor
org.quilt.cl   
org.quilt.graph   
 

Uses of Visitor in org.quilt.cl
 

Classes in org.quilt.cl that implement Visitor
 class BytecodeCollector
          Collects the bytecode for a method while walking the method control flow graph.
 class GraphTalker
          Walks through a control flow graph, displaying information about each vertex and edge.
 

Uses of Visitor in org.quilt.graph
 

Methods in org.quilt.graph with parameters of type Visitor
 Exit Walker.visit(Directed g, Visitor guest)
          Walk through the entire graph.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.