Uses of Class
edu.ucsb.ccs.jcontractor.transformation.ClassTransformer

Packages that use ClassTransformer
edu.ucsb.ccs.jcontractor.transformation This package defines a fairly generic framework for transforming Java bytecode, and specific transformations for jContractor. 
 

Uses of ClassTransformer in edu.ucsb.ccs.jcontractor.transformation
 

Methods in edu.ucsb.ccs.jcontractor.transformation that return ClassTransformer
 ClassTransformer Transformation.getTransformer()
          Get the transformer to which this transformation belongs.
 

Methods in edu.ucsb.ccs.jcontractor.transformation with parameters of type ClassTransformer
 void Transformation.setTransformer(ClassTransformer classTransformer)
          Set the transformer to which the transformation belongs.