Uses of Class
com.offbynull.coroutines.instrumenter.CacheVariables
Packages that use CacheVariables
-
Uses of CacheVariables in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter declared as CacheVariablesMethods in com.offbynull.coroutines.instrumenter that return CacheVariablesModifier and TypeMethodDescriptionprivate CacheVariablesMethodAnalyzer.allocateCacheVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker invocationReturnTypes, boolean invocationFoundWrappedInTryCatch) MethodAttributes.getCacheVariables()Constructors in com.offbynull.coroutines.instrumenter with parameters of type CacheVariablesModifierConstructorDescription(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)