|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |