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.methodAttributesMethods 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 TypeMethodDescriptionvoidSerializationDetailer.detail(org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs, StringBuilder output) static org.objectweb.asm.tree.InsnListContinuationGenerators.entryPointLoader(MethodAttributes attrs) private static StringContinuationGenerators.getLogPrefix(MethodAttributes attrs) voidMethodInstrumenter.instrument(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, MethodAttributes attrs) static org.objectweb.asm.tree.InsnListContinuationGenerators.restoreState(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnListContinuationGenerators.restoreStateFromInvocationWithinTryCatch(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnListContinuationGenerators.restoreStateFromNormalInvocation(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnListContinuationGenerators.restoreStateFromSuspend(MethodAttributes attrs, int idx) static org.objectweb.asm.tree.InsnListContinuationGenerators.saveState(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnListContinuationGenerators.saveStateFromInvocationWithinTryCatch(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnListContinuationGenerators.saveStateFromNormalInvocation(MethodAttributes attrs, int idx) private static org.objectweb.asm.tree.InsnListContinuationGenerators.saveStateFromSuspend(MethodAttributes attrs, int idx) (package private) static <T extends ContinuationPoint>
TInternalUtils.validateAndGetContinuationPoint(MethodAttributes attrs, int idx, Class<T> expectedType)