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