junit.quilt.cover.none
Class NoneClassLoader

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.none.NoneClassLoader

public class NoneClassLoader
extends MethInstClassLoader


Constructor Summary
NoneClassLoader(java.lang.String[] packages, java.net.URL[] path, java.lang.ClassLoader parent, NoneRegistry 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

NoneClassLoader

public NoneClassLoader(java.lang.String[] packages,
                       java.net.URL[] path,
                       java.lang.ClassLoader parent,
                       NoneRegistry 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.