|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjoeq.Compiler.BytecodeAnalysis.Bytecodes.InstructionHandle
joeq.Compiler.BytecodeAnalysis.Bytecodes.BranchHandle
public static final class Bytecodes.BranchHandle
| Method Summary | |
|---|---|
int |
getPosition()
|
Bytecodes.InstructionHandle |
getTarget()
|
void |
setInstruction(Bytecodes.Instruction i)
Set new contents. |
void |
setTarget(Bytecodes.InstructionHandle ih)
Pass new target to instruction. |
void |
updateTarget(Bytecodes.InstructionHandle old_ih,
Bytecodes.InstructionHandle new_ih)
Update target of instruction. |
| Methods inherited from class joeq.Compiler.BytecodeAnalysis.Bytecodes.InstructionHandle |
|---|
accept, addAttribute, addTargeter, getAttribute, getInstruction, getNext, getPrev, getTargeters, hasTargeters, removeAllTargeters, removeAttribute, removeTargeter, swapInstruction, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getPosition()
getPosition in class Bytecodes.InstructionHandlepublic void setTarget(Bytecodes.InstructionHandle ih)
public void updateTarget(Bytecodes.InstructionHandle old_ih,
Bytecodes.InstructionHandle new_ih)
public Bytecodes.InstructionHandle getTarget()
public void setInstruction(Bytecodes.Instruction i)
setInstruction in class Bytecodes.InstructionHandle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||