|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by all classes that target instructions somehow. Examples are BranchInstruction, SWITCH, and the StructuredExcepti0onClause classes.
Method Summary | |
boolean |
containsTarget(InstructionHandle ih)
Returns true iff the given handle is targetted by this InstructionTargeter (comparison by reference) |
void |
updateTarget(InstructionHandle oldh,
InstructionHandle newh)
Updates one of this InstructionTargeter's targets. |
Method Detail |
public boolean containsTarget(InstructionHandle ih)
public void updateTarget(InstructionHandle oldh, InstructionHandle newh)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |