Interface Advice.Dispatcher.RelocationHandler.Bound

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int NO_REQUIRED_SIZE
      Indicates that this relocation handler does not require a minimal stack size.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int apply​(org.objectweb.asm.MethodVisitor methodVisitor, int offset)
      Applies this relocation handler.
    • Field Detail

      • NO_REQUIRED_SIZE

        static final int NO_REQUIRED_SIZE
        Indicates that this relocation handler does not require a minimal stack size.
        See Also:
        Constant Field Values
    • Method Detail

      • apply

        int apply​(org.objectweb.asm.MethodVisitor methodVisitor,
                  int offset)
        Applies this relocation handler.
        Parameters:
        methodVisitor - The method visitor to use.
        offset - The offset of the relevant value.
        Returns:
        The minimal required stack size to apply this relocation handler.