Calculated

object Calculated

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

class Object
trait Matchable
class Any

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!

override def toString: String
Definition Classes
Any

Concrete fields