Class PerformInstrumentationPass

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pass​(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
      Performs the instrumentation pass.
      • Methods inherited from class java.lang.Object

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

      • PerformInstrumentationPass

        PerformInstrumentationPass()
    • Method Detail

      • pass

        public void pass​(org.objectweb.asm.tree.ClassNode classNode,
                         InstrumentationState state)
        Description copied from interface: InstrumentationPass
        Performs the instrumentation pass.
        Specified by:
        pass in interface InstrumentationPass
        Parameters:
        classNode - class node being operated on
        state - state shared between instrumentation passes