类的使用
cn.taketoday.bytecode.commons.JSRInlinerAdapter.Instantiation
-
cn.taketoday.bytecode.commons中JSRInlinerAdapter.Instantiation的使用
修饰符和类型字段说明(专用程序包) final JSRInlinerAdapter.InstantiationJSRInlinerAdapter.Instantiation.parentThe instantiation from which this one was created (or null for the instantiation of the main "subroutine").修饰符和类型方法说明(专用程序包) JSRInlinerAdapter.InstantiationJSRInlinerAdapter.Instantiation.findOwner(int insnIndex) Returns the "owner" of a particular instruction relative to this instantiation: the owner refers to the Instantiation which will emit the version of this instruction that we will execute.修饰符和类型方法说明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.修饰符和类型方法说明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.