All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.fub.bytecode.generic.InstructionTargeter

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

Version:
$Id: InstructionTargeter.java,v 1.3 1999/05/04 13:14:12 dahm Exp $
Author:
M. Dahm
See Also:
BranchHandle, LocalVariableGen, CodeExceptionGen

Method Index

 o containsTarget(InstructionHandle)
 o updateTarget(InstructionHandle, InstructionHandle)

Methods

 o containsTarget
 public abstract boolean containsTarget(InstructionHandle ih)
 o updateTarget
 public abstract void updateTarget(InstructionHandle old_ih,
                                   InstructionHandle new_ih)

All Packages  Class Hierarchy  This Package  Previous  Next  Index