Uses of Class
org.objectweb.asm.commons.JSRInlinerAdapter.Instantiation
Packages that use JSRInlinerAdapter.Instantiation
-
Uses of JSRInlinerAdapter.Instantiation in org.objectweb.asm.commons
Fields in org.objectweb.asm.commons declared as JSRInlinerAdapter.InstantiationModifier and TypeFieldDescription(package private) final JSRInlinerAdapter.InstantiationJSRInlinerAdapter.Instantiation.parentThe instantiation from which this one was created (or null for the instantiation of the main "subroutine").Methods in org.objectweb.asm.commons that return JSRInlinerAdapter.InstantiationModifier and TypeMethodDescription(package private) 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.Methods in org.objectweb.asm.commons with parameters of type JSRInlinerAdapter.InstantiationModifier and TypeMethodDescriptionprivate 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.Method parameters in org.objectweb.asm.commons with type arguments of type JSRInlinerAdapter.InstantiationModifier and TypeMethodDescriptionprivate 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.Constructors in org.objectweb.asm.commons with parameters of type JSRInlinerAdapter.InstantiationModifierConstructorDescription(package private)Instantiation(JSRInlinerAdapter.Instantiation parent, BitSet subroutineInsns)