Uses of Class
com.offbynull.coroutines.instrumenter.MethodAttributes
Packages that use MethodAttributes
-
Uses of MethodAttributes in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter with type parameters of type MethodAttributesModifier and TypeFieldDescriptionprivate final Map
<org.objectweb.asm.tree.MethodNode, MethodAttributes> InstrumentationState.methodAttributes
Methods in com.offbynull.coroutines.instrumenter that return MethodAttributesModifier and TypeMethodDescriptionMethodAnalyzer.analyze
(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, InstrumentationSettings settings) Methods in com.offbynull.coroutines.instrumenter that return types with arguments of type MethodAttributesModifier and TypeMethodDescription(package private) Map
<org.objectweb.asm.tree.MethodNode, MethodAttributes> InstrumentationState.methodAttributes()
Methods in com.offbynull.coroutines.instrumenter with parameters of type MethodAttributesModifier and TypeMethodDescriptionvoid
SerializationDetailer.detail
(org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs, StringBuilder output) static org.objectweb.asm.tree.InsnList
ContinuationGenerators.entryPointLoader
(MethodAttributes attrs) private static String
ContinuationGenerators.getLogPrefix
(MethodAttributes attrs) void
MethodInstrumenter.instrument
(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs) static org.objectweb.asm.tree.InsnList
ContinuationGenerators.restoreState
(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnList
ContinuationGenerators.restoreStateFromInvocationWithinTryCatch
(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnList
ContinuationGenerators.restoreStateFromNormalInvocation
(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnList
ContinuationGenerators.restoreStateFromSuspend
(MethodAttributes attrs, int idx) static org.objectweb.asm.tree.InsnList
ContinuationGenerators.saveState
(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnList
ContinuationGenerators.saveStateFromInvocationWithinTryCatch
(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnList
ContinuationGenerators.saveStateFromNormalInvocation
(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnList
ContinuationGenerators.saveStateFromSuspend
(MethodAttributes attrs, int idx) (package private) static <T extends ContinuationPoint>
TInternalUtils.validateAndGetContinuationPoint
(MethodAttributes attrs, int idx, Class<T> expectedType)