Interface Advice.StackMapFrameHandler.ForPostProcessor

    • Method Detail

      • injectIntermediateFrame

        void injectIntermediateFrame​(org.objectweb.asm.MethodVisitor methodVisitor,
                                     java.util.List<? extends TypeDescription> stack)
        Injects a frame that represents the current state.
        Parameters:
        methodVisitor - The method visitor onto which to apply the stack map frame.
        stack - A list of types that are currently on the stack.