Interface TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter

    • Field Detail

      • EMPTY

        static final java.lang.Object[] EMPTY
        An empty array.
    • Method Detail

      • onFrame

        void onFrame​(int type,
                     int localVariableLength)
        Informs this frame writer of an observed frame.
        Parameters:
        type - The frame type.
        localVariableLength - The length of the local variables array.
      • emitFrame

        void emitFrame​(org.objectweb.asm.MethodVisitor methodVisitor)
        Emits an empty frame.
        Parameters:
        methodVisitor - The method visitor to write the frame to.