类的使用
cn.taketoday.bytecode.tree.InsnList
使用InsnList的程序包
程序包
说明
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
-
cn.taketoday.bytecode.tree中InsnList的使用
参数类型为InsnList的cn.taketoday.bytecode.tree中的方法修饰符和类型方法说明voidAdds the given instructions to the end of this list.voidInsnList.insert(AbstractInsnNode previousInsn, InsnList insnList) Inserts the given instructions after the specified instruction.voidInserts the given instructions at the beginning of this list.voidInsnList.insertBefore(AbstractInsnNode nextInsn, InsnList insnList) Inserts the given instructions before the specified instruction.