Class IdentifyInstrumentationPass

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

final class IdentifyInstrumentationPass extends Object implements InstrumentationPass
  • Field Details

    • CONTINUATION_CLASS_TYPE

      private static final org.objectweb.asm.Type CONTINUATION_CLASS_TYPE
  • Constructor Details

    • IdentifyInstrumentationPass

      IdentifyInstrumentationPass()
  • 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