Interface Advice.Dispatcher.Bound.SkipHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(org.objectweb.asm.MethodVisitor methodVisitor)
      Applies this skip handler.
    • Method Detail

      • apply

        void apply​(org.objectweb.asm.MethodVisitor methodVisitor)
        Applies this skip handler.
        Parameters:
        methodVisitor - The method visitor to write the code to.