weaponregex.model
Members list
Packages
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.
Value parameters
- end
-
end weaponregex.model.Position (exclusive)
- start
-
start weaponregex.model.Position (inclusive)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
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
Value parameters
- 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.
Attributes
- 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.
Value parameters
- column
-
column number
- line
-
line number
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all