Uses of Class
com.offbynull.coroutines.user.MethodState
Packages that use MethodState
Package
Description
Coroutine instrumentation classes.
User-level classes for coroutines.
-
Uses of MethodState in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter with type parameters of type MethodStateModifier and TypeFieldDescriptionprivate static final Constructor
<MethodState> ContinuationGenerators.METHODSTATE_INIT_METHOD
-
Uses of MethodState in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as MethodStateModifier and TypeFieldDescriptionprivate MethodState
Continuation.firstCutpointPointer
private MethodState
Continuation.firstPointer
private MethodState
MethodState.next
private MethodState
Continuation.nextLoadPointer
private MethodState
Continuation.nextUnloadPointer
private MethodState
MethodState.previous
Methods in com.offbynull.coroutines.user that return MethodStateModifier and TypeMethodDescription(package private) MethodState
MethodState.getNext()
Do not use -- for internal use only.(package private) MethodState
MethodState.getPrevious()
Do not use -- for internal use only.Continuation.getSaved
(int idx) Do not use -- for internal use only.Continuation.loadNextMethodState()
Do not use -- for internal use only.Methods in com.offbynull.coroutines.user with parameters of type MethodStateModifier and TypeMethodDescriptionvoid
Continuation.pushNewMethodState
(MethodState methodState) Do not use -- for internal use only.(package private) void
MethodState.setNext
(MethodState next) Do not use -- for internal use only.(package private) void
MethodState.setPrevious
(MethodState previous) Do not use -- for internal use only.void
Continuation.unloadMethodStateToBefore
(MethodState methodState) Do not use -- for internal use only.