Uses of Class
com.offbynull.coroutines.instrumenter.CacheVariables
-
Packages that use CacheVariables Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of CacheVariables in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter declared as CacheVariables Modifier and Type Field Description private CacheVariables
MethodAttributes. cacheVars
Methods in com.offbynull.coroutines.instrumenter that return CacheVariables Modifier and Type Method Description private CacheVariables
MethodAnalyzer. allocateCacheVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker invocationReturnTypes, boolean invocationFoundWrappedInTryCatch)
CacheVariables
MethodAttributes. getCacheVariables()
Constructors in com.offbynull.coroutines.instrumenter with parameters of type CacheVariables 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)
-