weaponregex.model
package weaponregex.model
Members list
Concise view
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
object Location
Companion object for weaponregex.model.Location
Companion object for weaponregex.model.Location
Attributes
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