Packages

  • package root

    The Scala compiler and reflection APIs.

    The Scala compiler and reflection APIs.

    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package tools
    Definition Classes
    scala
  • package nsc
    Definition Classes
    tools
  • package interpreter
    Definition Classes
    nsc
  • object Naming

    This is for name logic which is independent of the compiler (notice there's no Global.) That includes at least generating, metaquoting, mangling, and unmangling.

    This is for name logic which is independent of the compiler (notice there's no Global.) That includes at least generating, metaquoting, mangling, and unmangling.

    Definition Classes
    interpreter
  • NameCreator
  • sessionNames

object sessionNames

Source
Naming.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sessionNames
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def eval: String
  2. def ires: String
  3. def iw: String
  4. def line: String
  5. final def lineReadValName(linePackageName: String): String

    Create the name for the temp val used in the -Yclass-based REPL wrapper to refer to the state of a previous line.

  6. def packageName(lineId: Int): String
  7. def print: String
  8. final def propOr(name: String, default: String): String
  9. final def propOr(name: String): String
  10. def read: String
  11. def res: String
  12. def result: String