Class BMInsnList

java.lang.Object
org.objectweb.asm.tree.InsnList
org.jboss.byteman.agent.adapter.BMInsnList
All Implemented Interfaces:
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) List
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    BMInsnList(List localVariables)
     
  • Method Summary

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Field Details

    • localvariables

      List localvariables
  • Constructor Details

    • BMInsnList

      public BMInsnList(List localVariables)
  • Method Details

    • accept

      public void accept(org.objectweb.asm.MethodVisitor mv)
      Overrides:
      accept in class org.objectweb.asm.tree.InsnList