Uses of Enum
com.offbynull.coroutines.instrumenter.InstrumentationState.ControlFlag
Packages that use InstrumentationState.ControlFlag
-
Uses of InstrumentationState.ControlFlag in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter declared as InstrumentationState.ControlFlagModifier and TypeFieldDescriptionprivate InstrumentationState.ControlFlag
InstrumentationState.stop
Methods in com.offbynull.coroutines.instrumenter that return InstrumentationState.ControlFlagModifier and TypeMethodDescription(package private) InstrumentationState.ControlFlag
InstrumentationState.control()
Returns the enum constant of this type with the specified name.static InstrumentationState.ControlFlag[]
InstrumentationState.ControlFlag.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.offbynull.coroutines.instrumenter with parameters of type InstrumentationState.ControlFlagModifier and TypeMethodDescription(package private) void
InstrumentationState.control
(InstrumentationState.ControlFlag control)