BuiltinMutatorsJS
A wrapper class for weaponregex.mutator.BuiltinMutators for exporting to JavaScript
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BuiltinMutatorsJS.type
Members list
Value members
Concrete methods
Get all the token mutators in the given mutation level
Get all the token mutators in the given mutation level
Value parameters
- mutationLevel
-
Mutation level number
Attributes
- Returns
-
Array of all the tokens mutators in that level, if any
Get all the token mutators in the given mutation levels
Get all the token mutators in the given mutation levels
Value parameters
- mutationLevels
-
Mutation level numbers
Attributes
- Returns
-
Array of all the tokens mutators in that levels, if any
Concrete fields
JS Array of all built-in token mutators
JS Array of all built-in token mutators
Attributes
JS Map that maps from mutation level number to token mutators in that level
JS Map that maps from mutation level number to token mutators in that level
Attributes
JS Map that maps from a token mutator class names to the associating token mutator
JS Map that maps from a token mutator class names to the associating token mutator