Class IdentifyInstrumentationPass
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.IdentifyInstrumentationPass
-
- All Implemented Interfaces:
InstrumentationPass
final class IdentifyInstrumentationPass extends java.lang.Object implements InstrumentationPass
-
-
Field Summary
Fields Modifier and Type Field Description private static org.objectweb.asm.Type
CONTINUATION_CLASS_TYPE
-
Constructor Summary
Constructors Constructor Description IdentifyInstrumentationPass()
-
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
-
-