Uses of Class
org.objectweb.asm.tree.InsnList
Packages that use InsnList
Package
Description
Provides some useful class and method adapters.
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
Provides a framework for static code analysis based on the asm.tree package.
Provides ASM visitors that can be useful for programming and
debugging purposes.
-
Uses of InsnList in org.objectweb.asm.commons
Methods in org.objectweb.asm.commons with parameters of type InsnListModifier and TypeMethodDescriptionprivate void
JSRInlinerAdapter.emitInstantiation
(JSRInlinerAdapter.Instantiation instantiation, List<JSRInlinerAdapter.Instantiation> worklist, InsnList newInstructions, List<TryCatchBlockNode> newTryCatchBlocks, List<LocalVariableNode> newLocalVariables) Emits an instantiation of a subroutine, specified byinstantiation
. -
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. -
Uses of InsnList in org.objectweb.asm.tree.analysis
Fields in org.objectweb.asm.tree.analysis declared as InsnList -
Uses of InsnList in org.objectweb.asm.util
Fields in org.objectweb.asm.util declared as InsnList