Package org.jboss.byteman.agent.adapter
Class BMInsnList
- java.lang.Object
-
- org.objectweb.asm.tree.InsnList
-
- org.jboss.byteman.agent.adapter.BMInsnList
-
public class BMInsnList extends org.objectweb.asm.tree.InsnList
-
-
Constructor Summary
Constructors Constructor Description BMInsnList(List localVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(org.objectweb.asm.MethodVisitor mv)
-
-
-
Constructor Detail
-
BMInsnList
public BMInsnList(List localVariables)
-
-