Parsed

case class Parsed[+A](value: A, start: Position, end: Position)

Parsed value, equiped with its start and end position in the original source code.

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

Value members

Concrete methods

def map[B](f: A => B): Parsed[B]
def withStart(pos: Position): Parsed[A]

Inherited methods

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