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.

Attributes

end

end weaponregex.model.Position

start

start weaponregex.model.Position

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product