net.sf.rej.java
Class InstructionCopier

java.lang.Object
  extended by net.sf.rej.java.InstructionCopier

public class InstructionCopier
extends java.lang.Object


Constructor Summary
InstructionCopier()
           
 
Method Summary
 Instruction copyInstruction(Instruction inst, ConstantPool sourcePool, ConstantPool destinationPool)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionCopier

public InstructionCopier()
Method Detail

copyInstruction

public Instruction copyInstruction(Instruction inst,
                                   ConstantPool sourcePool,
                                   ConstantPool destinationPool)