MutationOptions
weaponregex.model.MutationOptions
class MutationOptions(val mutators: Array[TokenMutatorJS], val mutationLevels: Array[Int], val flavor: ParserFlavor) extends Object
A JavaScript object containing mutation options
Value parameters
- flavor
-
Regex flavor. By the default,
ParerFlavorJSwill be used. - mutationLevels
-
Target mutation levels. If this is
null, themutatorswill not be filtered. - mutators
-
Mutators to be used for mutation. If this is
null, all built-in mutators will be used.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
Members list
In this article