Interface AgentBuilder.LambdaInstrumentationStrategy.LambdaMetafactoryFactory.Loader

    • Method Detail

      • apply

        void apply​(org.objectweb.asm.MethodVisitor methodVisitor)
        Applies this loader.
        Parameters:
        methodVisitor - The method visitor to use.
      • getStackSize

        int getStackSize()
        Returns the stack size that is required to implement this loader.
        Returns:
        The stack size that is required to implement this loader.
      • getLocalVariableLength

        int getLocalVariableLength()
        Returns the local variable length that is required to implement this loader.
        Returns:
        The local variable length that is required to implement this loader.