find Target
Find a sequence of instructions matching the assembly returned by block in this method's instructions.
Return
an operational implementation of InsnTarget, or a NOOP implementation if the target can not be found and failIfNotFound is false
Parameters
throw an exception if the target can not be found
the instruction assembly
See also
Find a sequence of instructions matching the assembly returned by block in this InsnList.
Return
an operational implementation of InsnTarget, or a NOOP implementation if the target can not be found and failIfNotFound is false
Parameters
throw an exception if the target can not be found
the instruction assembly
See also
Find a sequence of instructions matching insns in this InsnList.
Return
an operational implementation of InsnTarget, or a NOOP implementation if the target can not be found and failIfNotFound is false
Parameters
the InsnList to search in
throw an exception if the target can not be found