Class PerformInstrumentationPass
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.PerformInstrumentationPass
-
- All Implemented Interfaces:
InstrumentationPass
final class PerformInstrumentationPass extends java.lang.Object implements InstrumentationPass
-
-
Constructor Summary
Constructors Constructor Description PerformInstrumentationPass()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)Performs the instrumentation pass.
-
-
-
Method Detail
-
pass
public void pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)Description copied from interface:InstrumentationPassPerforms the instrumentation pass.- Specified by:
passin interfaceInstrumentationPass- Parameters:
classNode- class node being operated onstate- state shared between instrumentation passes
-
-