Uses of Class
org.objectweb.asm.tree.InsnList
Packages that use InsnList
Package
Description
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
-
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 TypeMethodDescriptionvoidAdds the given instructions to the end of this list.voidInsnList.insert(AbstractInsnNode location, InsnList insns) Inserts the given instructions after the specified instruction.voidInserts the given instructions at the begining of this list.voidInsnList.insertBefore(AbstractInsnNode location, InsnList insns) Inserts the given instructions before the specified instruction.