Position

weaponregex.model.Position
case class Position(line: Int, column: Int)

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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def show: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product