Uses of Interface
com.offbynull.coroutines.instrumenter.ContinuationPoint
Packages that use ContinuationPoint
-
Uses of ContinuationPoint in com.offbynull.coroutines.instrumenter
Classes in com.offbynull.coroutines.instrumenter that implement ContinuationPointModifier and TypeClassDescription(package private) class
(package private) final class
(package private) class
Fields in com.offbynull.coroutines.instrumenter with type parameters of type ContinuationPointModifier and TypeFieldDescriptionprivate final org.apache.commons.collections4.list.UnmodifiableList
<ContinuationPoint> MethodAttributes.continuationPoints
Methods in com.offbynull.coroutines.instrumenter with type parameters of type ContinuationPointModifier and TypeMethodDescription(package private) static <T extends ContinuationPoint>
TInternalUtils.validateAndGetContinuationPoint
(MethodAttributes attrs, int idx, Class<T> expectedType) Methods in com.offbynull.coroutines.instrumenter that return types with arguments of type ContinuationPointModifier and TypeMethodDescriptionorg.apache.commons.collections4.list.UnmodifiableList
<ContinuationPoint> MethodAttributes.getContinuationPoints()
Methods in com.offbynull.coroutines.instrumenter with parameters of type ContinuationPointModifier and TypeMethodDescriptionprivate void
SerializationDetailer.detailLocals
(ContinuationPoint cp, org.objectweb.asm.tree.MethodNode methodNode, StringBuilder output) private void
SerializationDetailer.detailOperands
(ContinuationPoint cp, StringBuilder output) Constructor parameters in com.offbynull.coroutines.instrumenter with type arguments of type ContinuationPointModifierConstructorDescription(package private)
MethodAttributes
(MethodSignature signature, InstrumentationSettings settings, List<ContinuationPoint> continuationPoints, List<SynchronizationPoint> synchPoints, CoreVariables coreVars, CacheVariables cacheVars, StorageContainerVariables storageContainerVars, StorageVariables localsStorageVars, StorageVariables stackStorageVars, LockVariables lockVars)