scala.tools.nsc

interpreter

package interpreter

Linear Supertypes
ReplStrings, ReplConfig, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. interpreter
  2. ReplStrings
  3. ReplConfig
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type InputStream = java.io.InputStream

  2. type JClass = Class[_]

  3. type JCollection[T] = Collection[T]

  4. type JFile = File

  5. type JList[T] = java.util.List[T]

  6. type JPrintWriter = PrintWriter

  7. type OutputStream = java.io.OutputStream

  8. class TapMaker[T] extends AnyRef

    Definition Classes
    ReplConfig

Value Members

  1. val IR: Results.type

  2. def any2stringOf(x: Any, maxlen: Int): String

    Definition Classes
    ReplStrings
  3. def isQuoted(s: String): Boolean

    Definition Classes
    ReplStrings
  4. def isReplDebug: Boolean

    Definition Classes
    ReplConfig
  5. def isReplInfo: Boolean

    Definition Classes
    ReplConfig
  6. def isReplPower: Boolean

    Definition Classes
    ReplConfig
  7. def isReplTrace: Boolean

    Definition Classes
    ReplConfig
  8. implicit def postfixOps: postfixOps

  9. lazy val replProps: ReplProps

    Definition Classes
    ReplConfig
  10. def string2code(str: String): String

    Definition Classes
    ReplStrings
  11. def string2codeQuoted(str: String): String

    Definition Classes
    ReplStrings
  12. def words(s: String): List[String]

    Definition Classes
    ReplStrings

Inherited from ReplStrings

Inherited from ReplConfig

Inherited from AnyRef

Inherited from Any

Ungrouped