Class CustomInsnList

java.lang.Object
org.objectweb.asm.tree.InsnList
net.covers1624.coffeegrinder.util.asm.CustomInsnList
All Implemented Interfaces:
Iterable<org.objectweb.asm.tree.AbstractInsnNode>

public class CustomInsnList extends org.objectweb.asm.tree.InsnList
A custom InsnList aware of our NodeAwareMethodVisitor.

Created by covers1624 on 4/4/21.

  • Constructor Summary

    Constructors
    Constructor
    Description
    CustomInsnList(org.objectweb.asm.tree.InsnList other)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(org.objectweb.asm.MethodVisitor methodVisitor)
     
    void
     

    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, 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
  • Constructor Details

    • CustomInsnList

      public CustomInsnList(org.objectweb.asm.tree.InsnList other)
  • Method Details

    • resetLabels

      public void resetLabels()
      Overrides:
      resetLabels in class org.objectweb.asm.tree.InsnList
    • accept

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