Uses of Enum Class
org.ek9lang.compiler.fuzz.GenerationContext.MutationKind
Packages that use GenerationContext.MutationKind
-
Uses of GenerationContext.MutationKind in org.ek9lang.compiler.fuzz
Subclasses with type arguments of type GenerationContext.MutationKind in org.ek9lang.compiler.fuzzMethods in org.ek9lang.compiler.fuzz that return GenerationContext.MutationKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GenerationContext.MutationKind[]GenerationContext.MutationKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.compiler.fuzz with parameters of type GenerationContext.MutationKindModifier and TypeMethodDescription(package private) voidGenerationContext.addPlannedMutation(GenerationContext.MutationKind kind) (package private) booleanGenerationContext.shouldInject(GenerationContext.MutationKind kind) Check whether a pre-planned mutation should be injected at this site.