Uses of Class
com.offbynull.coroutines.user.MethodState
-
Packages that use MethodState Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes.com.offbynull.coroutines.user User-level classes for coroutines. -
-
Uses of MethodState in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter with type parameters of type MethodState Modifier and Type Field Description private static java.lang.reflect.Constructor<MethodState>
ContinuationGenerators. METHODSTATE_INIT_METHOD
-
Uses of MethodState in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as MethodState Modifier and Type Field Description private 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 MethodState Modifier and Type Method Description (package private) MethodState
MethodState. getNext()
Do not use -- for internal use only.(package private) MethodState
MethodState. getPrevious()
Do not use -- for internal use only.MethodState
Continuation. getSaved(int idx)
Do not use -- for internal use only.MethodState
Continuation. loadNextMethodState()
Do not use -- for internal use only.Methods in com.offbynull.coroutines.user with parameters of type MethodState Modifier and Type Method Description void
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.
-