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.
    • 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,
                  Implementation.Context implementationContext,
                  int offset)
        Applies this relocation handler.
        Parameters:
        methodVisitor - The method visitor to use.
        implementationContext - The implementation context to use.
        offset - The offset of the relevant value.
        Returns:
        The minimal required stack size to apply this relocation handler.