Uses of Interface
com.offbynull.coroutines.user.SerializedState.FrameModifier
-
Packages that use SerializedState.FrameModifier Package Description com.offbynull.coroutines.user User-level classes for coroutines. -
-
Uses of SerializedState.FrameModifier in com.offbynull.coroutines.user
Fields in com.offbynull.coroutines.user declared as SerializedState.FrameModifier Modifier and Type Field Description private SerializedState.FrameModifierSerializationUtils.FrameUpdatePointValue. frameModifierprivate SerializedState.FrameModifierSerializedState.FrameInterceptPoint. frameModifierprivate SerializedState.FrameModifierSerializedState.FrameUpdatePoint. frameModifierConstructors in com.offbynull.coroutines.user with parameters of type SerializedState.FrameModifier Constructor Description FrameInterceptPoint(java.lang.String className, int methodId, int continuationPointId, SerializedState.FrameModifier frameModifier)Constructs aSerializedState.FrameInterceptPointobject.FrameUpdatePoint(java.lang.String className, int methodId, int continuationPointId, SerializedState.FrameModifier frameModifier)Constructs aSerializedState.FrameUpdatePointobject.FrameUpdatePointValue(SerializedState.FrameModifier frameModifier)
-