weaponregex.model.mutation

Members list

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.

Value parameters

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait TokenMutator

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BOL2BOI.type
object BOLRemoval.type
object CharClassAnyChar.type
object CharClassChildRemoval.type
object CharClassNegation.type
object EOL2EOI.type
object EOLRemoval.type
object GroupToNCGroup.type
object LookaroundNegation.type
object QuantifierNChange.type
object QuantifierRemoval.type
object QuantifierShortChange.type
Show all