Uses of Class
com.offbynull.coroutines.instrumenter.InstrumentationState
-
Packages that use InstrumentationState Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of InstrumentationState in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type InstrumentationState Modifier and Type Method Description voidAnalyzeInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)voidAutoSerializableInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)voidIdentifyInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)voidInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)Performs the instrumentation pass.voidPerformInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)voidSerializationPostInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)voidSerializationPreInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
-