dotty.tools.dotc.config

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
case object AnyScalaVersion extends ScalaVersion

A Scala version that sorts lower than all actual versions

A Scala version that sorts lower than all actual versions

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ScalacCommand.type
object ReplCommand.type

Split a line of text using shell conventions.

Split a line of text using shell conventions.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Settings shared by compiler and scaladoc

Settings shared by compiler and scaladoc

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type
abstract class CompilerCommand extends CliCommand

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ScalacCommand.type
object ReplCommand.type
object Config

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type
object Feature

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Feature.type
class JavaPlatform extends Platform

Attributes

Graph
Supertypes
class Platform
class Object
trait Matchable
class Any
Known subtypes
case object NoScalaVersion extends ScalaVersion

A scala version that sorts higher than all actual versions

A scala version that sorts higher than all actual versions

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

A class for holding mappings from source directories to their output location. This functionality can be accessed only programmatically. The command line compiler uses a single output location, but tools may use this functionality to set output location per source directory.

A class for holding mappings from source directories to their output location. This functionality can be accessed only programmatically. The command line compiler uses a single output location, but tools may use this functionality to set output location per source directory.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class PathResolver(using c: Context)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
abstract class Platform

The platform dependent pieces of Global.

The platform dependent pieces of Global.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Printers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Loads library.properties from the jar.

Loads library.properties from the jar.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Properties.type
object AccessControl.type

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class SJSPlatform()(using x$1: Context) extends JavaPlatform

Attributes

Companion:
object
Graph
Supertypes
class Platform
class Object
trait Matchable
class Any
abstract class ScalaBuild extends Ordered[ScalaBuild]

Represents the data after the dash in major.minor.rev-build

Represents the data after the dash in major.minor.rev-build

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Final.type
class Milestone
class RC
object ScalaBuild

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
enum ScalaRelease(val majorVersion: Int, val minorVersion: Int) extends Ordered[ScalaRelease]

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class ScalaVersion extends Ordered[ScalaVersion]

Represents a single Scala version in a manner that supports easy comparison and sorting.

Represents a single Scala version in a manner that supports easy comparison and sorting.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Methods for parsing ScalaVersions

Methods for parsing ScalaVersions

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object Settings

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
enum
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class SpecificScalaVersion(major: Int, minor: Int, rev: Int, build: ScalaBuild) extends ScalaVersion

A specific Scala version, not one of the magic min/max versions. An SpecificScalaVersion may or may not be a released version - i.e. this same class is used to represent final, release candidate, milestone, and development builds. The build argument is used to segregate builds

A specific Scala version, not one of the magic min/max versions. An SpecificScalaVersion may or may not be a released version - i.e. this same class is used to represent final, release candidate, milestone, and development builds. The build argument is used to segregate builds

Attributes

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

For placing a wrapper function around property functions. Motivated by places like google app engine throwing exceptions on property lookups.

For placing a wrapper function around property functions. Motivated by places like google app engine throwing exceptions on property lookups.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AccessControl.type

Attributes

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