Class AutoSerializableInstrumentationPass
java.lang.Object
com.offbynull.coroutines.instrumenter.AutoSerializableInstrumentationPass
- All Implemented Interfaces:
InstrumentationPass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
pass
(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state) Performs the instrumentation pass.
-
Constructor Details
-
AutoSerializableInstrumentationPass
AutoSerializableInstrumentationPass()
-
-
Method Details
-
pass
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
-