Class PerformInstrumentationPass

java.lang.Object
com.offbynull.coroutines.instrumenter.PerformInstrumentationPass
All Implemented Interfaces:
InstrumentationPass

final class PerformInstrumentationPass extends Object implements InstrumentationPass
  • Constructor Details

    • PerformInstrumentationPass

      PerformInstrumentationPass()
  • Method Details

    • 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