Uses of Class
com.offbynull.coroutines.instrumenter.InstrumentationState
Packages that use InstrumentationState
-
Uses of InstrumentationState in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type InstrumentationStateModifier and TypeMethodDescriptionvoid
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)