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:

Version:
$Id: InstructionTargeter.java,v 1.3 2008/05/28 23:52:57 aclement Exp $
Author:
M. Dahm
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)