dotty.tools.dotc.config
Type members
Classlikes
A Scala version that sorts lower than all actual versions
A Scala version that sorts lower than all actual versions
Settings shared by compiler and scaladoc
Settings shared by compiler and scaladoc
A scala version that sorts higher than all actual versions
A scala version that sorts higher than all actual versions
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.
The platform dependent pieces of Global.
The platform dependent pieces of Global.
Loads library.properties
from the jar.
Loads library.properties
from the jar.
Represents the data after the dash in major.minor.rev-build
Represents the data after the dash in major.minor.rev-build
- Companion:
- object
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.
- Companion:
- object
Methods for parsing ScalaVersions
Methods for parsing ScalaVersions
- Companion:
- class
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
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.
- Companion:
- object