Methods in joeq.Compiler.BytecodeAnalysis that throw Bytecodes.TargetLostException |
void |
Bytecodes.InstructionList.delete(Bytecodes.Instruction i)
Remove instruction from this list. |
void |
Bytecodes.InstructionList.delete(Bytecodes.Instruction from,
Bytecodes.Instruction to)
Remove instructions from instruction `from' to instruction `to' contained
in this list. |
void |
Bytecodes.InstructionList.delete(Bytecodes.InstructionHandle ih)
Remove instruction from this list. |
void |
Bytecodes.InstructionList.delete(Bytecodes.InstructionHandle from,
Bytecodes.InstructionHandle to)
Remove instructions from instruction `from' to instruction `to' contained
in this list. |