Uses of Interface
org.quilt.cl.MethodXformer

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

Uses of MethodXformer in org.quilt.cl
 

Methods in org.quilt.cl with parameters of type MethodXformer
 void QuiltClassLoader.addMethodXformer(MethodXformer xf)
          Add a method transformer.
 

Uses of MethodXformer in org.quilt.cover.stmt
 

Classes in org.quilt.cover.stmt that implement MethodXformer
 class MethodAction
          Process a MethodGen method before and after graph creation and manipulation.
 

Uses of MethodXformer in org.quilt.reg
 

Fields in org.quilt.reg declared as MethodXformer
protected  MethodXformer[] QuiltRegistry.mxf
          List of method transformers associated with this registry.
 



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