Interface Advice.StackMapFrameHandler.ForInstrumentedMethod

    • Method Detail

      • getReaderHint

        int getReaderHint()
        Returns a hint to supply to a ClassReader when parsing an advice method.
        Returns:
        The reader hint to supply to an ASM class reader.
      • injectStartFrame

        void injectStartFrame​(org.objectweb.asm.MethodVisitor methodVisitor)
        Injects a frame before executing the instrumented method.
        Parameters:
        methodVisitor - The method visitor to write any frames to.