Package org.jboss.byteman.agent.adapter
Class BMInsnList
- java.lang.Object
-
- org.objectweb.asm.tree.InsnList
-
- org.jboss.byteman.agent.adapter.BMInsnList
-
- All Implemented Interfaces:
java.lang.Iterable<org.objectweb.asm.tree.AbstractInsnNode>
public class BMInsnList extends org.objectweb.asm.tree.InsnList
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List
localvariables
-
Constructor Summary
Constructors Constructor Description BMInsnList(java.util.List localVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(org.objectweb.asm.MethodVisitor mv)
-
Methods inherited from class org.objectweb.asm.tree.InsnList
add, add, clear, contains, get, getFirst, getLast, indexOf, insert, insert, insert, insert, insertBefore, insertBefore, iterator, iterator, remove, resetLabels, set, size, toArray
-
-