Class

ammonite.repl.interp

Interpreter

Related Doc: package interp

Permalink

class Interpreter extends AnyRef

A convenient bundle of all the functionality necessary to interpret Scala code. Doesn't attempt to provide any real encapsulation for now.

Self Type
Interpreter
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Interpreter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Interpreter(prompt0: Ref[String], frontEnd0: Ref[FrontEnd], width: ⇒ Int, height: ⇒ Int, pprintConfig: Config, colors0: Ref[Colors], stdout: (String) ⇒ Unit, storage: Ref[Storage], history: ⇒ History, predef: String, replArgs: Seq[Bind[_]])

    Permalink

Type Members

  1. abstract class DefaultLoadJar extends LoadJar

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val argString: String

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bridgeCls: Class[_]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var compiler: Compiler

    Permalink
  9. val dynamicClasspath: VirtualDirectory

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. val eval: Evaluator

    Permalink
  13. def evaluateLine(code: String, printSnippet: Seq[String], printer: (Iterator[String]) ⇒ Unit, extraImports: Seq[ImportData] = Seq()): Res[Evaluated]

    Permalink
  14. var extraJars: Seq[File]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def handleOutput(res: Res[Evaluated]): Boolean

    Permalink
  18. val hardcodedPredef: String

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def init(): Unit

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val mainThread: Thread

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val preprocess: Preprocessor

    Permalink
  27. var pressy: Pressy

    Permalink
  28. def processExec(code: String): Unit

    Permalink
  29. def processLine(code: String, stmts: Seq[String], printer: (Iterator[String]) ⇒ Unit): Res[Evaluated]

    Permalink
  30. def processModule(code: String): Unit

    Permalink
  31. def processScript(code: String, evaluate: (String, Seq[ImportData]) ⇒ Res[Evaluated]): Unit

    Permalink
  32. lazy val replApi: ReplAPI

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped