weaponregex.model.mutation

Members list

Concise view

Type members

Classlikes

case class Mutant(pattern: String, name: String, location: Location, levels: Seq[Int], description: String)

A mutation made by the mutator.

A mutation made by the mutator.

Attributes

description

Description on the mutation

levels

The mutation levels of the mutator

location

weaponregex.model.Location in the original string where the mutation occurred

name

Name of the mutation

pattern

The replacement pattern

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class MutantJS(mutant: Mutant)

A wrapper class for weaponregex.model.mutation.Mutant for exporting to JavaScript

A wrapper class for weaponregex.model.mutation.Mutant for exporting to JavaScript

Attributes

mutant

The mutant to be wrapped

Note:

For JavaScript use only

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class TokenMutatorJS(tokenMutator: TokenMutator)

A wrapper class for weaponregex.model.mutation.TokenMutator for exporting to JavaScript

A wrapper class for weaponregex.model.mutation.TokenMutator for exporting to JavaScript

Attributes

tokenMutator

The token mutator to be wrapped

Note:

For JavaScript use only

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any