junit.quilt.cover.ball94
Class B94ClassLoader

java.lang.Object
  |
  +--java.lang.ClassLoader
        |
        +--java.security.SecureClassLoader
              |
              +--java.net.URLClassLoader
                    |
                    +--junit.quilt.cover.generic.QuiltClassLoader
                          |
                          +--junit.quilt.cover.generic.MethInstClassLoader
                                |
                                +--junit.quilt.cover.ball94.B94ClassLoader

public class B94ClassLoader
extends MethInstClassLoader


Constructor Summary
B94ClassLoader(java.lang.String[] packages, java.net.URL[] path, java.lang.ClassLoader parent, B94Registry registry)
           
 
Method Summary
 void instrumentMethod(InstContext context, ControlFlowGraph graph)
          Override this abstract method to instrument a method.
 
Methods inherited from class junit.quilt.cover.generic.MethInstClassLoader
getEdgeFactory, instrumentEdge, instrumentPool, modifyClass
 
Methods inherited from class junit.quilt.cover.generic.QuiltClassLoader
addStaticField, findClass
 
Methods inherited from class java.net.URLClassLoader
addURL, definePackage, findResource, findResources, getPermissions, getURLs, newInstance, newInstance
 
Methods inherited from class java.security.SecureClassLoader
defineClass
 
Methods inherited from class java.lang.ClassLoader
defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setSigners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B94ClassLoader

public B94ClassLoader(java.lang.String[] packages,
                      java.net.URL[] path,
                      java.lang.ClassLoader parent,
                      B94Registry registry)
Method Detail

instrumentMethod

public void instrumentMethod(InstContext context,
                             ControlFlowGraph graph)
                      throws QuiltException
Description copied from class: MethInstClassLoader
Override this abstract method to instrument a method.
Overrides:
instrumentMethod in class MethInstClassLoader


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