MutantJS

weaponregex.model.mutation.MutantJS
case class MutantJS(mutant: Mutant)

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val description: String

Description on the mutation

Description on the mutation

Attributes

val levels: Array[Int]

The mutation levels of the mutator

The mutation levels of the mutator

Attributes

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

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

Attributes

val name: String

Name of the mutation

Name of the mutation

Attributes

val pattern: String

The replacement pattern

The replacement pattern

Attributes