|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
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.java 386056 2006-03-15 11:31:56Z tcurdt $
| 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)
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ generic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC