org.aspectj.apache.bcel.generic
Interface InstructionTargeter

All Known Implementing Classes:
CodeExceptionGen, ExceptionRange, InstructionBranch, InstructionSelect, LineNumberGen, LineNumberTag, LocalVariableGen, LocalVariableTag, LOOKUPSWITCH, TABLESWITCH, Tag

public interface InstructionTargeter

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

See Also:
BranchHandle, LocalVariableGen, CodeExceptionGen

Method Summary
 boolean containsTarget(InstructionHandle ih)
           
 void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih)
           
 

Method Detail

containsTarget

boolean containsTarget(InstructionHandle ih)

updateTarget

void updateTarget(InstructionHandle old_ih,
                  InstructionHandle new_ih)