Class MethodInstrumenter
- java.lang.Object
-
- com.offbynull.coroutines.instrumenter.MethodInstrumenter
-
final class MethodInstrumenter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MethodInstrumenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
instrument(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs)
-
-
-
Method Detail
-
instrument
public void instrument(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs)
-
-