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
Attributes
- 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.- Graph
- Supertypes
- class Objecttrait Anyclass Objecttrait Matchableclass Any