Parsed

scala.meta.parsers.Parsed
See theParsed companion trait
object Parsed

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parsed.type

Members list

Type members

Classlikes

case class Error(pos: Position, message: String, details: Exception) extends Parsed[Nothing]

Attributes

Supertypes
trait Parsed[Nothing]
trait Adt
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Success[+T](tree: T) extends Parsed[T]

Attributes

Supertypes
trait Parsed[T]
trait Adt
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all