Uses of Class
com.offbynull.coroutines.user.LockState
-
Packages that use LockState Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes.com.offbynull.coroutines.user User-level classes for coroutines. -
-
Uses of LockState in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter with type parameters of type LockState Modifier and Type Field Description private static java.lang.reflect.Constructor<LockState>
SynchronizationGenerators. LOCKSTATE_INIT_METHOD
-
Uses of LockState in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as LockState Modifier and Type Field Description private LockState
MethodState. lockState
Methods in com.offbynull.coroutines.user that return LockState Modifier and Type Method Description LockState
MethodState. getLockState()
Do not use -- for internal use only.Constructors in com.offbynull.coroutines.user with parameters of type LockState Constructor Description MethodState(java.lang.String className, int methodId, int continuationPoint, java.lang.Object[] data, LockState lockState)
Do not use -- for internal use only.
-