Uses of Class
junit.quilt.cover.generic.InstContext

Packages that use InstContext
junit.quilt.cover.ball94   
junit.quilt.cover.generic   
junit.quilt.cover.none   
junit.quilt.cover.state   
 

Uses of InstContext in junit.quilt.cover.ball94
 

Methods in junit.quilt.cover.ball94 with parameters of type InstContext
 void B94ClassLoader.instrumentMethod(InstContext context, ControlFlowGraph graph)
           
 

Uses of InstContext in junit.quilt.cover.generic
 

Methods in junit.quilt.cover.generic with parameters of type InstContext
protected  int QuiltClassLoader.addStaticField(InstContext context, org.apache.bcel.generic.Type type, java.lang.Object initData)
          addStaticField This creates a unique static field on the class, and returns a field reference which is valid in the current ConstantPool.
abstract  void MethInstClassLoader.instrumentMethod(InstContext context, ControlFlowGraph graph)
          Override this abstract method to instrument a method.
 void MethInstClassLoader.instrumentEdge(InstContext context, ControlFlowGraph graph, FlowControlEdge edge, BlockVertex vertex)
          Call this to add a Vertex in place of an edge.
 void MethInstClassLoader.instrumentPool(InstContext context)
          instrumentPool Gives the subclass a chance to add things into the Constant Pool.
 

Constructors in junit.quilt.cover.generic with parameters of type InstContext
ControlFlowGraph(InstContext context, org.apache.bcel.generic.MethodGen method)
          This constructs an empty ControlFlowGraph for the current class.
 

Uses of InstContext in junit.quilt.cover.none
 

Methods in junit.quilt.cover.none with parameters of type InstContext
 void NoneClassLoader.instrumentMethod(InstContext context, ControlFlowGraph graph)
           
 

Uses of InstContext in junit.quilt.cover.state
 

Methods in junit.quilt.cover.state with parameters of type InstContext
 void SMClassLoader.instrumentPool(InstContext context)
           
 void SMClassLoader.instrumentMethod(InstContext context, ControlFlowGraph cfg)
           
 



Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.