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, ParerFlavorJS will be used.

mutationLevels

Target mutation levels. If this is null, the mutators will 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 Object
trait Any
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val mutationLevels: Array[Int]
val mutators: Array[TokenMutatorJS]