Class SerializationPostInstrumentationPass
java.lang.Object
com.offbynull.coroutines.instrumenter.SerializationPostInstrumentationPass
- All Implemented Interfaces:
InstrumentationPass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state) Performs the instrumentation pass.
-
Constructor Details
-
SerializationPostInstrumentationPass
SerializationPostInstrumentationPass()
-
-
Method Details
-
pass
Description copied from interface:InstrumentationPassPerforms the instrumentation pass.- Specified by:
passin interfaceInstrumentationPass- Parameters:
classNode- class node being operated onstate- state shared between instrumentation passes
-