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. class JLineIOReader extends InteractiveReader

    Reads from the console using JLine.

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

  7. type JPrintWriter = PrintWriter

  8. case class KeyBinding(name: String, code: Int, aliases: List[String], description: String) extends Product with Serializable

  9. type OutputStream = java.io.OutputStream

  10. class SshILoop extends ILoop

  11. class TapMaker[T] extends AnyRef

    Definition Classes
    ReplConfig

Value Members

  1. val IR: Results.type

  2. object JLineIOReader

  3. object KeyBinding extends Serializable

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

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

    Definition Classes
    ReplStrings
  6. def isReplDebug: Boolean

    Definition Classes
    ReplConfig
  7. def isReplInfo: Boolean

    Definition Classes
    ReplConfig
  8. def isReplPower: Boolean

    Definition Classes
    ReplConfig
  9. def isReplTrace: Boolean

    Definition Classes
    ReplConfig
  10. implicit def postfixOps: postfixOps

  11. lazy val replProps: ReplProps

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

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

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

    Definition Classes
    ReplStrings

Inherited from ReplStrings

Inherited from ReplConfig

Inherited from AnyRef

Inherited from Any

Ungrouped