Uses of Class
com.offbynull.coroutines.instrumenter.MethodAnalyzer.TypeTracker
-
Packages that use MethodAnalyzer.TypeTracker Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of MethodAnalyzer.TypeTracker in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type MethodAnalyzer.TypeTracker Modifier and Type Method Description private CacheVariables
MethodAnalyzer. allocateCacheVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker invocationReturnTypes, boolean invocationFoundWrappedInTryCatch)
private StorageVariables
MethodAnalyzer. allocateStorageVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker storageTypes)
-