org.tromer.jie
Interface InstrumCode


public interface InstrumCode

This interface represents a single piece of instrumentation code, which is a part of an instrumentation transformation represented by the InstrumTransform class.


Method Summary
 int getPartNum()
           
 java.lang.String getText()
           
 InstrumTransform getTransform()
           
 

Method Detail

getPartNum

public int getPartNum()

getText

public java.lang.String getText()

getTransform

public InstrumTransform getTransform()