Class 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
      • 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 Detail

      • localvariables

        java.util.List localvariables
    • Constructor Detail

      • BMInsnList

        public BMInsnList​(java.util.List localVariables)
    • Method Detail

      • accept

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