Calculated

dotty.tools.dotc.config.PathResolver.Calculated
object Calculated

Calculated values based on any given command line options, falling back on those in Defaults.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Calculated.type

Members list

Value members

Concrete methods

Scaladoc doesn't need any bootstrapping, otherwise will create errors such as: [scaladoc] ../scala-trunk/src/reflect/scala/reflect/macros/Reifiers.scala:89: error: object api is not a member of package reflect [scaladoc] case class ReificationException(val pos: reflect.api.PositionApi, val msg: String) extends Throwable(msg) [scaladoc] ^ Because bootstrapping looks at the sourcepath and creates the package "reflect" in " " it will cause the typedIdentifier to pick .reflect instead of the .scala.reflect package. Thus, no bootstrapping for scaladoc!

Scaladoc doesn't need any bootstrapping, otherwise will create errors such as: [scaladoc] ../scala-trunk/src/reflect/scala/reflect/macros/Reifiers.scala:89: error: object api is not a member of package reflect [scaladoc] case class ReificationException(val pos: reflect.api.PositionApi, val msg: String) extends Throwable(msg) [scaladoc] ^ Because bootstrapping looks at the sourcepath and creates the package "reflect" in " " it will cause the typedIdentifier to pick .reflect instead of the .scala.reflect package. Thus, no bootstrapping for scaladoc!

Attributes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields