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. def != (arg0: AnyRef): Boolean

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

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

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

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

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

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

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

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

  16. lazy val evalClass : java.lang.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. def getClass (): java.lang.Class[_]

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

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

    Attributes
    final
    Definition Classes
    Any
  24. def lineAfterTyper [T] (op: ⇒ T): T

  25. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  26. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  27. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  28. def packageDecl : String

  29. val packageName : String

  30. def packaged (code: String): String

  31. def pathTo (name: String): String

  32. val printName : String

  33. def printPath : String

  34. val readName : String

  35. def readPath : String

  36. def resolvePathToSymbol (accessPath: String): Symbol

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

  37. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  38. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any