Uses of Class
com.offbynull.coroutines.instrumenter.asm.VariableTable
-
Packages that use VariableTable Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes.com.offbynull.coroutines.instrumenter.asm Generic ASM classes. -
-
Uses of VariableTable in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter with parameters of type VariableTable Modifier and Type Method Description private CacheVariables
MethodAnalyzer. allocateCacheVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker invocationReturnTypes, boolean invocationFoundWrappedInTryCatch)
private LockVariables
MethodAnalyzer. allocateLockVariableSlots(VariableTable varTable, boolean containsSyncPoints)
private StorageContainerVariables
MethodAnalyzer. allocateStorageContainerVariableSlots(VariableTable varTable)
private StorageVariables
MethodAnalyzer. allocateStorageVariableSlots(VariableTable varTable, MethodAnalyzer.TypeTracker storageTypes)
-
Uses of VariableTable in com.offbynull.coroutines.instrumenter.asm
Methods in com.offbynull.coroutines.instrumenter.asm that return VariableTable Modifier and Type Method Description private VariableTable
VariableTable.Variable. getParent()
-