org.apache.bcel.generic
Interface InstructionTargeter

All Known Implementing Classes:
BranchInstruction, CodeExceptionGen, LineNumberGen, LocalVariableGen

public interface InstructionTargeter

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

Version:
$Id: InstructionTargeter.html,v 1.1.1.1 2006/05/19 19:18:09 billf 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

public boolean containsTarget(InstructionHandle ih)

updateTarget

public void updateTarget(InstructionHandle old_ih,
                         InstructionHandle new_ih)


Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.