Development

dotty.tools.dotc.config.ScalaBuild$.Development
case class Development(id: String) extends ScalaBuild

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[ScalaBuild]
trait Comparable[ScalaBuild]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compare(that: ScalaBuild): Int
def unparse: String

Return a version of this build information that can be parsed back into the same ScalaBuild

Return a version of this build information that can be parsed back into the same ScalaBuild

Attributes

Inherited methods

def <(that: ScalaBuild): Boolean

Attributes

Inherited from:
Ordered
def <=(that: ScalaBuild): Boolean

Attributes

Inherited from:
Ordered
def >(that: ScalaBuild): Boolean

Attributes

Inherited from:
Ordered
def >=(that: ScalaBuild): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: ScalaBuild): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product