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 void
AnalyzeInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
void
AutoSerializableInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
void
IdentifyInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
void
InstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
Performs the instrumentation pass.void
PerformInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
void
SerializationPostInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
void
SerializationPreInstrumentationPass. pass(org.objectweb.asm.tree.ClassNode classNode, InstrumentationState state)
-