Uses of Class
com.offbynull.coroutines.user.LockState
Packages that use LockState
Package
Description
Coroutine instrumentation classes.
User-level classes for coroutines.
-
Uses of LockState in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter with type parameters of type LockStateModifier and TypeFieldDescriptionprivate static final Constructor
<LockState> SynchronizationGenerators.LOCKSTATE_INIT_METHOD
-
Uses of LockState in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as LockStateMethods in com.offbynull.coroutines.user that return LockStateModifier and TypeMethodDescriptionMethodState.getLockState()
Do not use -- for internal use only.Constructors in com.offbynull.coroutines.user with parameters of type LockStateModifierConstructorDescriptionMethodState
(String className, int methodId, int continuationPoint, Object[] data, LockState lockState) Do not use -- for internal use only.