Uses of Class
com.offbynull.coroutines.instrumenter.InstrumentationState.ControlFlag
-
Packages that use InstrumentationState.ControlFlag Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of InstrumentationState.ControlFlag in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter declared as InstrumentationState.ControlFlag Modifier and Type Field Description private InstrumentationState.ControlFlagInstrumentationState. stopMethods in com.offbynull.coroutines.instrumenter that return InstrumentationState.ControlFlag Modifier and Type Method Description (package private) InstrumentationState.ControlFlagInstrumentationState. control()static InstrumentationState.ControlFlagInstrumentationState.ControlFlag. valueOf(java.lang.String name)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.ControlFlag Modifier and Type Method Description (package private) voidInstrumentationState. control(InstrumentationState.ControlFlag control)
-