ScalaBuild

dotty.tools.dotc.config.ScalaBuild$
See theScalaBuild companion class
object ScalaBuild

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Development(id: String) extends ScalaBuild

A development, test, nightly, snapshot or other "unofficial" build

A development, test, nightly, snapshot or other "unofficial" build

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Final extends ScalaBuild

A final build

A final build

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Final.type
case class Milestone(n: Int) extends ScalaBuild

An intermediate release

An intermediate release

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RC(n: Int) extends ScalaBuild

A candidate for final release

A candidate for final release

Attributes

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