org.apache.bcel.generic

Interface InstructionTargeter

public interface InstructionTargeter

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

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)