weaponregex.model.mutation
package weaponregex.model.mutation
Members list
Type members
Classlikes
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
A wrapper class for weaponregex.model.mutation.Mutant for exporting to JavaScript
A wrapper class for weaponregex.model.mutation.Mutant for exporting to JavaScript
Value parameters
- mutant
-
The mutant to be wrapped
Attributes
- Note
-
For JavaScript use only
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait TokenMutator
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
A wrapper class for weaponregex.model.mutation.TokenMutator for exporting to JavaScript
A wrapper class for weaponregex.model.mutation.TokenMutator for exporting to JavaScript
Value parameters
- tokenMutator
-
The token mutator to be wrapped
Attributes
- Note
-
For JavaScript use only
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
In this article