de.fub.bytecode.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.java,v 1.2 2001/05/09 09:26:57 dahm Exp $
- Author:
- M. Dahm
- See Also:
BranchHandle
,
LocalVariableGen
,
CodeExceptionGen
containsTarget
public boolean containsTarget(InstructionHandle ih)
updateTarget
public void updateTarget(InstructionHandle old_ih,
InstructionHandle new_ih)