类的使用
cn.taketoday.bytecode.tree.InsnList
使用InsnList的程序包
程序包
说明
-
cn.taketoday.bytecode.commons中InsnList的使用
参数类型为InsnList的cn.taketoday.bytecode.commons中的方法修饰符和类型方法说明private voidJSRInlinerAdapter.emitInstantiation(JSRInlinerAdapter.Instantiation instantiation, List<JSRInlinerAdapter.Instantiation> worklist, InsnList newInstructions, List<TryCatchBlockNode> newTryCatchBlocks, List<LocalVariableNode> newLocalVariables) Emits an instantiation of a subroutine, specified byinstantiation. -
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. -
cn.taketoday.bytecode.tree.analysis中InsnList的使用
-
cn.taketoday.bytecode.util中InsnList的使用