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
ScalaBuild.type

Members list

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

Supertypes
trait Serializable
trait Product
trait Equals
class ScalaBuild
class Object
trait Matchable
class Any
Show all
case object Final extends ScalaBuild

A final build

A final build

Attributes

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

An intermediate release

An intermediate release

Attributes

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

A candidate for final release

A candidate for final release

Attributes

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