Package org.aspectj.apache.bcel.generic
Class Tag
- java.lang.Object
-
- org.aspectj.apache.bcel.generic.Tag
-
- All Implemented Interfaces:
Cloneable,InstructionTargeter
- Direct Known Subclasses:
LineNumberTag,LocalVariableTag
public abstract class Tag extends Object implements InstructionTargeter, Cloneable
-
-
Constructor Summary
Constructors Constructor Description Tag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsTarget(InstructionHandle ih)Tagcopy()voidupdateTarget(InstructionHandle oldHandle, InstructionHandle newHandle)
-
-
-
Method Detail
-
containsTarget
public boolean containsTarget(InstructionHandle ih)
- Specified by:
containsTargetin interfaceInstructionTargeter
-
updateTarget
public void updateTarget(InstructionHandle oldHandle, InstructionHandle newHandle)
- Specified by:
updateTargetin interfaceInstructionTargeter
-
copy
public Tag copy()
-
-