public abstract class Tag extends java.lang.Object implements InstructionTargeter, java.lang.Cloneable
| Constructor and Description |
|---|
Tag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTarget(InstructionHandle ih) |
Tag |
copy() |
void |
updateTarget(InstructionHandle oldHandle,
InstructionHandle newHandle) |
public boolean containsTarget(InstructionHandle ih)
containsTarget in interface InstructionTargeterpublic void updateTarget(InstructionHandle oldHandle, InstructionHandle newHandle)
updateTarget in interface InstructionTargeterpublic Tag copy()