|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Compil3r.BytecodeAnalysis
Interface Bytecodes.InstructionTargeter

- All Known Implementing Classes:
- Bytecodes.BranchInstruction
- Enclosing interface:
- Bytecodes
- public static interface Bytecodes.InstructionTargeter
| Method Summary | |
boolean |
containsTarget(Bytecodes.InstructionHandle ih)
|
void |
updateTarget(Bytecodes.InstructionHandle old_ih,
Bytecodes.InstructionHandle new_ih)
|
| Method Detail |
containsTarget
public boolean containsTarget(Bytecodes.InstructionHandle ih)
updateTarget
public void updateTarget(Bytecodes.InstructionHandle old_ih, Bytecodes.InstructionHandle new_ih)
|
|||||||||
| Home >> All >> Compil3r >> [ BytecodeAnalysis overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC