Uses of Interface
org.quilt.cl.GraphXformer

Packages that use GraphXformer
org.quilt.cl   
org.quilt.cover.stmt   
org.quilt.reg   
 

Uses of GraphXformer in org.quilt.cl
 

Classes in org.quilt.cl that implement GraphXformer
 class GraphTalker
          Walks through a control flow graph, displaying information about each vertex and edge.
 

Methods in org.quilt.cl with parameters of type GraphXformer
 void QuiltClassLoader.addGraphXformer(GraphXformer xf)
          Add a graph transformer.
 

Uses of GraphXformer in org.quilt.cover.stmt
 

Classes in org.quilt.cover.stmt that implement GraphXformer
 class GraphAction
          Walk the control flow graph, adding counter vertices on all edges inbound to code vertices.
 

Uses of GraphXformer in org.quilt.reg
 

Fields in org.quilt.reg declared as GraphXformer
protected  GraphXformer[] QuiltRegistry.gxf
          List of graph transformers associated with this registry.
 



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