Location

weaponregex.model.Location
See theLocation companion object
case class Location(start: Position, end: Position)

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
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