Class SerializationPostInstrumentationPass
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.SerializationPostInstrumentationPass
-
- All Implemented Interfaces:
InstrumentationPass
final class SerializationPostInstrumentationPass extends java.lang.Object implements InstrumentationPass
-
-
Constructor Summary
Constructors Constructor Description SerializationPostInstrumentationPass()
-
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.
-
-
-
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 interfaceInstrumentationPass
- Parameters:
classNode
- class node being operated onstate
- state shared between instrumentation passes
-
-