类的使用
org.beetl.ow2.asm.tree.InsnList
使用InsnList的程序包
程序包
说明
Provides an ASM visitor that constructs a tree representation of the
classes it visits.
-
org.beetl.ow2.asm.tree中InsnList的使用
声明为InsnList的org.beetl.ow2.asm.tree中的字段参数类型为InsnList的org.beetl.ow2.asm.tree中的方法修饰符和类型方法说明voidAdds the given instructions to the end of this list.voidInsnList.insert(AbstractInsnNode location, InsnList insns) Inserts the given instructions after the specified instruction.voidInserts the given instructions at the begining of this list.voidInsnList.insertBefore(AbstractInsnNode location, InsnList insns) Inserts the given instructions before the specified instruction.