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 TypeMethodDescriptionvoidpass(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:InstrumentationPassPerforms the instrumentation pass.- Specified by:
passin interfaceInstrumentationPass- Parameters:
classNode- class node being operated onstate- state shared between instrumentation passes
-