Ptr

case class Ptr(value: Int, source: String)

Указатель на позицию в тексте

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(len: Int): Ptr
def apply(off: Int): Option[Char]
def empty: Boolean
def inside(): Boolean
def lookup(len: Int): String
def toEnd: Option[Ptr]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product