Class MethodInstrumenter
java.lang.Object
com.offbynull.coroutines.instrumenter.MethodInstrumenter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
instrument
(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs)
-
Constructor Details
-
MethodInstrumenter
MethodInstrumenter()
-
-
Method Details
-
instrument
public void instrument(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs)
-