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 TypeMethodDescriptionvoidAnalyzeInstrumentationPass.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)