Package org.aspectj.apache.bcel.generic
Interface InstructionTargeter
-
- All Known Implementing Classes:
CodeExceptionGen,ExceptionRange,InstructionBranch,InstructionSelect,LineNumberGen,LineNumberTag,LocalVariableGen,LocalVariableTag,LOOKUPSWITCH,TABLESWITCH,Tag
public interface InstructionTargeter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsTarget(InstructionHandle ih)voidupdateTarget(InstructionHandle old_ih, InstructionHandle new_ih)
-
-
-
Method Detail
-
containsTarget
boolean containsTarget(InstructionHandle ih)
-
updateTarget
void updateTarget(InstructionHandle old_ih, InstructionHandle new_ih)
-
-