weaponregex.model
Members list
Type members
Classlikes
A location in the source code which can span multiple lines and/or columns.
A location in the source code which can span multiple lines and/or columns.
Attributes
- end
- start
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Companion object for weaponregex.model.Location
Companion object for weaponregex.model.Location
Attributes
A JavaScript object containing mutation options
A JavaScript object containing mutation options
Attributes
- flavor
Regex flavor. By the default,
ParerFlavorJSwill be used.- mutationLevels
Target mutation levels. If this is
null, themutatorswill not be filtered.- mutators
Mutators to be used for mutation. If this is
null, all built-in mutators will be used.- Graph
- Supertypes
- class Objecttrait Anyclass Objecttrait Matchableclass Any
A specific spot in the source code based on line and column. Stryker uses zero-based indexes. So the first character in a file is at line 0, column 0.
A specific spot in the source code based on line and column. Stryker uses zero-based indexes. So the first character in a file is at line 0, column 0.
Attributes
- column
column number
- line
line number
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any