scala.tools.nsc.interpreter.IMain

ReadEvalPrint

class ReadEvalPrint extends AnyRef

Here is where we:

1) Read some source code, and put it in the "read" object. 2) Evaluate the read object, and put the result in the "eval" object. 3) Create a String for human consumption, and put it in the "print" object.

Read! Eval! Print! Some of that not yet centralized here.

Source
IMain.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ReadEvalPrint
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReadEvalPrint()

  2. new ReadEvalPrint(lineId: Int)

Type Members

  1. class EvalException extends RuntimeException

  2. class LineExceptional extends Exceptional

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def bindError(t: Throwable): String

  8. def call(name: String, args: Any*): AnyRef

  9. def callEither(name: String, args: Any*): Either[Throwable, AnyRef]

  10. def callOpt(name: String, args: Any*): Option[AnyRef]

  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def compile(source: String): Boolean

  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. var evalCaught: Option[Throwable]

  16. lazy val evalClass: Class[_]

  17. val evalName: String

  18. def evalPath: String

  19. lazy val evalValue: Option[AnyRef]

  20. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def lastWarnings: List[(Position, String)]

  25. def lineAfterTyper[T](op: ⇒ T): T

  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def packageDecl: String

  30. val packageName: String

  31. def packaged(code: String): String

  32. def pathTo(name: String): String

  33. val printName: String

  34. def printPath: String

  35. val readName: String

  36. def readPath: String

  37. def resolvePathToSymbol(accessPath: String): Symbol

    The innermost object inside the wrapper, found by following accessPath into the outer one.

  38. val resultName: String

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  42. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any