Interface Advice.MethodSizeHandler

    • Field Detail

      • UNDEFINED_SIZE

        static final int UNDEFINED_SIZE
        Indicates that a size is not computed but handled directly by ASM.
        See Also:
        Constant Field Values
    • Method Detail

      • requireLocalVariableLength

        void requireLocalVariableLength​(int localVariableLength)
        Requires a minimum length of the local variable array.
        Parameters:
        localVariableLength - The minimal required length of the local variable array.