Mixin Hooks
object MixinHooks
Static entry points that the bytecode injected by MixinTransformer calls into. The signatures here are an ABI — MixinTransformer emits INVOKESTATIC calls against these exact names/descriptors, so changing them means changing the transformer too.
Both methods build a MixinContext, run the registered script callback, and hand the context back so the injected code can read cancelled / returnValue.
Functions
Link copied to clipboard
Called at each RETURN site of an injected method. returnValue is the boxed value about to be returned.