Uses of Class
org.objectweb.asm.tree.InsnList
-
Uses of InsnList in org.objectweb.asm.tree
Fields in org.objectweb.asm.tree declared as InsnListMethods in org.objectweb.asm.tree with parameters of type InsnListModifier and TypeMethodDescriptionvoid
Adds the given instructions to the end of this list.void
InsnList.insert
(AbstractInsnNode previousInsn, InsnList insnList) Inserts the given instructions after the specified instruction.void
Inserts the given instructions at the beginning of this list.void
InsnList.insertBefore
(AbstractInsnNode nextInsn, InsnList insnList) Inserts the given instructions before the specified instruction.