public class ReplacementSet
extends java.lang.Object
| Constructor and Description |
|---|
ReplacementSet(org.objectweb.asm.tree.InsnList target) |
| Modifier and Type | Method and Description |
|---|---|
void |
addReplacement(org.objectweb.asm.tree.AbstractInsnNode oldNode,
org.objectweb.asm.tree.AbstractInsnNode newNode) |
void |
addReplacement(org.objectweb.asm.tree.AbstractInsnNode oldNode,
org.objectweb.asm.tree.InsnList newNodes) |
void |
apply() |
java.lang.String |
toString() |
public void addReplacement(org.objectweb.asm.tree.AbstractInsnNode oldNode,
org.objectweb.asm.tree.AbstractInsnNode newNode)
public void addReplacement(org.objectweb.asm.tree.AbstractInsnNode oldNode,
org.objectweb.asm.tree.InsnList newNodes)
public void apply()
public java.lang.String toString()
toString in class java.lang.Object