类 CheckedInsnList

  • 所有已实现的接口:
    java.lang.Iterable<org.objectweb.asm.tree.AbstractInsnNode>

    public class CheckedInsnList
    extends org.objectweb.asm.tree.InsnList
    Created by yangzhiqian on 2020-04-03
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void accept​(org.objectweb.asm.MethodVisitor mv)  
      void add​(org.objectweb.asm.tree.AbstractInsnNode insn)  
      void insert​(org.objectweb.asm.tree.AbstractInsnNode insn)  
      void insert​(org.objectweb.asm.tree.AbstractInsnNode location, org.objectweb.asm.tree.AbstractInsnNode insn)  
      void insert​(org.objectweb.asm.tree.AbstractInsnNode location, org.objectweb.asm.tree.InsnList insns)  
      void insertBefore​(org.objectweb.asm.tree.AbstractInsnNode location, org.objectweb.asm.tree.AbstractInsnNode insn)  
      void insertBefore​(org.objectweb.asm.tree.AbstractInsnNode location, org.objectweb.asm.tree.InsnList insns)  
      void remove​(org.objectweb.asm.tree.AbstractInsnNode insn)  
      void set​(org.objectweb.asm.tree.AbstractInsnNode location, org.objectweb.asm.tree.AbstractInsnNode insn)  
      int size()  
      • 从类继承的方法 org.objectweb.asm.tree.InsnList

        add, clear, contains, get, getFirst, getLast, indexOf, insert, iterator, iterator, resetLabels, toArray
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.lang.Iterable

        forEach, spliterator
    • 构造器详细资料

      • CheckedInsnList

        public CheckedInsnList()
    • 方法详细资料

      • add

        public void add​(org.objectweb.asm.tree.AbstractInsnNode insn)
        覆盖:
        add 在类中 org.objectweb.asm.tree.InsnList
      • set

        public void set​(org.objectweb.asm.tree.AbstractInsnNode location,
                        org.objectweb.asm.tree.AbstractInsnNode insn)
        覆盖:
        set 在类中 org.objectweb.asm.tree.InsnList
      • remove

        public void remove​(org.objectweb.asm.tree.AbstractInsnNode insn)
        覆盖:
        remove 在类中 org.objectweb.asm.tree.InsnList
      • insert

        public void insert​(org.objectweb.asm.tree.AbstractInsnNode insn)
        覆盖:
        insert 在类中 org.objectweb.asm.tree.InsnList
      • insert

        public void insert​(org.objectweb.asm.tree.AbstractInsnNode location,
                           org.objectweb.asm.tree.InsnList insns)
        覆盖:
        insert 在类中 org.objectweb.asm.tree.InsnList
      • insertBefore

        public void insertBefore​(org.objectweb.asm.tree.AbstractInsnNode location,
                                 org.objectweb.asm.tree.InsnList insns)
        覆盖:
        insertBefore 在类中 org.objectweb.asm.tree.InsnList
      • insertBefore

        public void insertBefore​(org.objectweb.asm.tree.AbstractInsnNode location,
                                 org.objectweb.asm.tree.AbstractInsnNode insn)
        覆盖:
        insertBefore 在类中 org.objectweb.asm.tree.InsnList
      • insert

        public void insert​(org.objectweb.asm.tree.AbstractInsnNode location,
                           org.objectweb.asm.tree.AbstractInsnNode insn)
        覆盖:
        insert 在类中 org.objectweb.asm.tree.InsnList
      • size

        public int size()
        覆盖:
        size 在类中 org.objectweb.asm.tree.InsnList
      • accept

        public void accept​(org.objectweb.asm.MethodVisitor mv)
        覆盖:
        accept 在类中 org.objectweb.asm.tree.InsnList