Uses of Class
org.aspectj.apache.bcel.generic.TargetLostException
Packages that use TargetLostException
-
Uses of TargetLostException in org.aspectj.apache.bcel.generic
Methods in org.aspectj.apache.bcel.generic that throw TargetLostExceptionModifier and TypeMethodDescriptionvoid
InstructionList.delete(InstructionHandle ih)
Remove instruction from this list.void
InstructionList.delete(InstructionHandle from, InstructionHandle to)
Remove instructions from instruction `from' to instruction `to' contained in this list.void
InstructionList.delete(Instruction from, Instruction to)
Remove instructions from instruction `from' to instruction `to' contained in this list.