Uses of Class
com.offbynull.coroutines.user.MethodState
Packages that use MethodState
-
Uses of MethodState in com.offbynull.coroutines.user
Methods in com.offbynull.coroutines.user that return MethodStateModifier and TypeMethodDescriptionContinuation.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.voidContinuation.unloadMethodStateToBefore(MethodState methodState) Do not use -- for internal use only.