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

start

start weaponregex.model.Position

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product