Class BaseInstrumentation

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseInstrumentation​(java.lang.String owner, java.lang.String name, java.lang.String desc)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void injectAfter​(org.objectweb.asm.MethodVisitor methodVisitor)  
      void injectBefore​(org.objectweb.asm.MethodVisitor methodVisitor)  
      boolean replaceMethod​(org.objectweb.asm.MethodVisitor methodVisitor, int opcode)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BaseInstrumentation

        public BaseInstrumentation​(java.lang.String owner,
                                   java.lang.String name,
                                   java.lang.String desc)