org.apache.bcel.generic

Interface InstructionTargeter

public interface InstructionTargeter

Denote that a class targets InstructionHandles within an InstructionList. Namely the following implementers:

Version: $Id: InstructionTargeter.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

See Also: BranchHandle LocalVariableGen CodeExceptionGen

Method Summary
booleancontainsTarget(InstructionHandle ih)
voidupdateTarget(InstructionHandle old_ih, InstructionHandle new_ih)

Method Detail

containsTarget

public boolean containsTarget(InstructionHandle ih)

updateTarget

public void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih)