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 MethodStateContinuation.firstCutpointPointerprivate MethodStateContinuation.firstPointerprivate MethodStateMethodState.nextprivate MethodStateContinuation.nextLoadPointerprivate MethodStateContinuation.nextUnloadPointerprivate MethodStateMethodState.previousMethods in com.offbynull.coroutines.user that return MethodStateModifier and TypeMethodDescription(package private) MethodStateMethodState.getNext()Do not use -- for internal use only.(package private) MethodStateMethodState.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 TypeMethodDescriptionvoidContinuation.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.