public class InsnFinder
extends java.lang.Object
| Constructor and Description |
|---|
InsnFinder() |
| Modifier and Type | Method and Description |
|---|---|
org.spongepowered.asm.lib.tree.AbstractInsnNode |
findPopInsn(Target target,
org.spongepowered.asm.lib.tree.AbstractInsnNode node)
Find the instruction which pops the value pushed by the specified
instruction
|
public org.spongepowered.asm.lib.tree.AbstractInsnNode findPopInsn(Target target, org.spongepowered.asm.lib.tree.AbstractInsnNode node)
target - target methodnode - push node