bcel API: Interface InstructionTargeter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Denote that a class targets InstructionHandles within an InstructionList. Namely the following implementers:
BranchHandle,
LocalVariableGen,
CodeExceptionGen| Method Summary | |
boolean |
containsTarget(InstructionHandle ih)
|
void |
updateTarget(InstructionHandle old_ih,
InstructionHandle new_ih)
|
| Method Detail |
public boolean containsTarget(InstructionHandle ih)
public void updateTarget(InstructionHandle old_ih,
InstructionHandle new_ih)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||