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

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

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

Methods in edu.ucsb.ccs.jcontractor.transformation that return MethodSet
 MethodSet ClassTransformer.getMethodSet()
          Get the method set that holds working copies of the methods in the current class.