Class MethodInstrumenter


  • final class MethodInstrumenter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void instrument​(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs)  
      • Methods inherited from class java.lang.Object

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

      • MethodInstrumenter

        MethodInstrumenter()
    • Method Detail

      • instrument

        public void instrument​(org.objectweb.asm.tree.ClassNode classNode,
                               org.objectweb.asm.tree.MethodNode methodNode,
                               MethodAttributes attrs)