EOL2EOI

weaponregex.mutator.EOL2EOI$
object EOL2EOI extends TokenMutator

Change end of line $ to end pf input \z

''Mutation level(s):'' 2, 3

Attributes

Example:

a$a\z

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
EOL2EOI.type

Members list

Concise view

Type members

Inherited classlikes

implicit protected class MutatedPatternExtension(pattern: String)

Extension class for a mutated pattern string to convert it into a weaponregex.model.mutation.Mutant using the information of the current token mutator

Extension class for a mutated pattern string to convert it into a weaponregex.model.mutation.Mutant using the information of the current token mutator

Attributes

pattern

The string pattern to be converted

Inherited from:
TokenMutator
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

override def mutate(token: RegexTree): Seq[Mutant]

Mutate the given token

Mutate the given token

Attributes

token

Target token

Returns:

Sequence of weaponregex.model.mutation.Mutant

Definition Classes

Inherited methods

final def apply(token: RegexTree): Seq[Mutant]

Apply mutation to the given token

Apply mutation to the given token

Attributes

token

Target token

Returns:

Sequence of weaponregex.model.mutation.Mutant

Inherited from:
TokenMutator

Concrete fields

override val description: String

A short description of the mutator

A short description of the mutator

Attributes

override val levels: Seq[Int]

The mutation levels that the token mutator falls under

The mutation levels that the token mutator falls under

Attributes

override val name: String

The name of the mutator

The name of the mutator

Attributes

Implicits

Inherited implicits

final implicit protected def MutatedPatternExtension(pattern: String): MutatedPatternExtension

Extension class for a mutated pattern string to convert it into a weaponregex.model.mutation.Mutant using the information of the current token mutator

Extension class for a mutated pattern string to convert it into a weaponregex.model.mutation.Mutant using the information of the current token mutator

Attributes

pattern

The string pattern to be converted

Inherited from:
TokenMutator