Uses of Interface
com.offbynull.coroutines.instrumenter.ContinuationPoint
-
Packages that use ContinuationPoint Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of ContinuationPoint in com.offbynull.coroutines.instrumenter
Classes in com.offbynull.coroutines.instrumenter that implement ContinuationPoint Modifier and Type Class Description (package private) classNormalInvokeContinuationPoint(package private) classSuspendContinuationPoint(package private) classTryCatchInvokeContinuationPointFields in com.offbynull.coroutines.instrumenter with type parameters of type ContinuationPoint Modifier and Type Field Description private org.apache.commons.collections4.list.UnmodifiableList<ContinuationPoint>MethodAttributes. continuationPointsMethods in com.offbynull.coroutines.instrumenter with type parameters of type ContinuationPoint Modifier and Type Method Description (package private) static <T extends ContinuationPoint>
TInternalUtils. validateAndGetContinuationPoint(MethodAttributes attrs, int idx, java.lang.Class<T> expectedType)Methods in com.offbynull.coroutines.instrumenter that return types with arguments of type ContinuationPoint Modifier and Type Method Description org.apache.commons.collections4.list.UnmodifiableList<ContinuationPoint>MethodAttributes. getContinuationPoints()Methods in com.offbynull.coroutines.instrumenter with parameters of type ContinuationPoint Modifier and Type Method Description private voidSerializationDetailer. detailLocals(ContinuationPoint cp, org.objectweb.asm.tree.MethodNode methodNode, java.lang.StringBuilder output)private voidSerializationDetailer. detailOperands(ContinuationPoint cp, java.lang.StringBuilder output)Constructor parameters in com.offbynull.coroutines.instrumenter with type arguments of type ContinuationPoint Constructor Description MethodAttributes(MethodSignature signature, InstrumentationSettings settings, java.util.List<ContinuationPoint> continuationPoints, java.util.List<SynchronizationPoint> synchPoints, CoreVariables coreVars, CacheVariables cacheVars, StorageContainerVariables storageContainerVars, StorageVariables localsStorageVars, StorageVariables stackStorageVars, LockVariables lockVars)
-