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

Members list

Concise view

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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]