Project

dc10.sbt.ast.Symbol.Project
See theProject companion trait
object Project

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Project.type

Members list

Type members

Classlikes

case class Root(nme: String, agg: List[SubProject], contents: List[FileDef]) extends Project

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Project
trait Symbol
class Object
trait Matchable
class Any
Show all
case class SubProject(nme: String, contents: List[FileDef]) extends Project

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror