PathBased

dotty.tools.scaladoc.PathBased$
See thePathBased companion class
object PathBased

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PathBased.type

Members list

Type members

Classlikes

case class Entry[T](path: Option[Path], elem: T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ParsingResult[T](errors: List[String], result: PathBased[T])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Result[T](path: Path, elem: T)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def parse[T](args: Seq[String], projectRoot: Path)(using parser: ArgParser[T]): ParsingResult[T]