Uses of Enum
com.offbynull.coroutines.instrumenter.generators.DebugGenerators.MarkerType
Packages that use DebugGenerators.MarkerType
Package
Description
Coroutine instrumentation classes.
Generic instruction generators.
-
Uses of DebugGenerators.MarkerType in com.offbynull.coroutines.instrumenter
Methods in com.offbynull.coroutines.instrumenter that return DebugGenerators.MarkerTypeConstructors in com.offbynull.coroutines.instrumenter with parameters of type DebugGenerators.MarkerTypeModifierConstructorDescriptionInstrumentationSettings(DebugGenerators.MarkerType markerType, boolean debugMode, boolean autoSerializable) Constructs aInstrumentationSettingsobject. -
Uses of DebugGenerators.MarkerType in com.offbynull.coroutines.instrumenter.generators
Subclasses with type arguments of type DebugGenerators.MarkerType in com.offbynull.coroutines.instrumenter.generatorsMethods in com.offbynull.coroutines.instrumenter.generators that return DebugGenerators.MarkerTypeModifier and TypeMethodDescriptionstatic DebugGenerators.MarkerTypeReturns the enum constant of this type with the specified name.static DebugGenerators.MarkerType[]DebugGenerators.MarkerType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.offbynull.coroutines.instrumenter.generators with parameters of type DebugGenerators.MarkerTypeModifier and TypeMethodDescriptionstatic org.objectweb.asm.tree.InsnListDebugGenerators.debugMarker(DebugGenerators.MarkerType markerType, String text) Generates instructions for generating marker instructions.