Uses of Class
org.tromer.jie.InstrumTransform

Packages that use InstrumTransform
org.tromer.jie Core classes of JIE. 
 

Uses of InstrumTransform in org.tromer.jie
 

Methods in org.tromer.jie that return InstrumTransform
protected  InstrumTransform Opportunity.newTransform(Node node, java.lang.Object transformAndMacroContext)
          Creates a new instance of InstrumTransform, representing an instrumentation transformation carried out by this opportunity.
protected  InstrumTransform Opportunity.newContextlessTransform(java.lang.Object transformContext)
          Similar to newTransform, but does not assign the macro context.
 InstrumTransform InstrumCode.getTransform()