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 MethodStateContinuation. firstCutpointPointerprivate MethodStateContinuation. firstPointerprivate MethodStateMethodState. nextprivate MethodStateContinuation. nextLoadPointerprivate MethodStateContinuation. nextUnloadPointerprivate MethodStateMethodState. previousMethods in com.offbynull.coroutines.user that return MethodState Modifier and Type Method Description (package private) MethodStateMethodState. getNext()Do not use -- for internal use only.(package private) MethodStateMethodState. getPrevious()Do not use -- for internal use only.MethodStateContinuation. getSaved(int idx)Do not use -- for internal use only.MethodStateContinuation. loadNextMethodState()Do not use -- for internal use only.Methods in com.offbynull.coroutines.user with parameters of type MethodState Modifier and Type Method Description voidContinuation. pushNewMethodState(MethodState methodState)Do not use -- for internal use only.(package private) voidMethodState. setNext(MethodState next)Do not use -- for internal use only.(package private) voidMethodState. setPrevious(MethodState previous)Do not use -- for internal use only.voidContinuation. unloadMethodStateToBefore(MethodState methodState)Do not use -- for internal use only.
-