Package 

Class TargetedMethodTransformer

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1 , net.yakclient.mixins.base.InjectionTransformer , net.yakclient.mixins.base.MethodTransformer

    
    public final class TargetedMethodTransformer
    extends TargetedTransformer<MethodNode> implements MethodTransformer
                        

    Targets methods based on the provided signature.

    • Method Summary

      Modifier and Type Method Description
      MethodNode invoke(MethodNode context)
      Boolean matches(MethodNode c) Determines if the given context matches.
      • Methods inherited from class net.yakclient.mixins.base.TargetedMethodTransformer

        call
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • invoke

         MethodNode invoke(MethodNode context)
      • matches

         Boolean matches(MethodNode c)

        Determines if the given context matches.

        Parameters:
        c - the context to match