public final class InsnUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.objectweb.asm.tree.InsnList |
il(org.objectweb.asm.tree.AbstractInsnNode... ains) |
static org.objectweb.asm.tree.InsnList |
il(org.objectweb.asm.tree.AbstractInsnNode ain) |
static org.objectweb.asm.tree.InsnList |
oa(org.objectweb.asm.tree.InsnList... il) |
static org.objectweb.asm.tree.InsnList |
oa(List<org.objectweb.asm.tree.InsnList> insnLists) |
static org.objectweb.asm.tree.AbstractInsnNode |
push(Object constantValue) |
public static org.objectweb.asm.tree.InsnList il(org.objectweb.asm.tree.AbstractInsnNode ain)
InsnList with the single instruction ain.public static org.objectweb.asm.tree.InsnList il(org.objectweb.asm.tree.AbstractInsnNode... ains)
InsnList that contains the given instruction nodes.public static org.objectweb.asm.tree.InsnList oa(org.objectweb.asm.tree.InsnList... il)
il - InsnLists that each create exactly one Object on the operand stackilspublic static org.objectweb.asm.tree.InsnList oa(List<org.objectweb.asm.tree.InsnList> insnLists)
insnLists - InsnLists that each create exactly one Object on the operand stackinsnListsCopyright © 2016 Arno Unkrig. All rights reserved.