ammonite.repl.interp

Interpreter

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
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Interpreter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Interpreter(prompt0: Ref[String], frontEnd0: Ref[FrontEnd], width: ⇒ Int, height: ⇒ Int, colors0: Ref[Colors], printer: Printer, storage: Storage, history: ⇒ History, predef: String, wd: Path, replArgs: Seq[Bind[_]])

Type Members

  1. abstract class DefaultLoadJar extends LoadJar with Resolvers

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. val argString: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val bridgeCls: Class[_]

  9. def cachedCompileBlock(processed: Output, printer: Printer, wrapperName: String, fileName: String, pkgName: String, printCode: String): Res[(Class[_], Imports)]

  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compilationCount: Int

  12. def compileClass(processed: Output, printer: Printer, fileName: String): Res[(ClassFiles, Imports)]

  13. var compiler: Compiler

  14. val dynamicClasspath: VirtualDirectory

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

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

    Definition Classes
    AnyRef → Any
  17. val eval: Evaluator

  18. def evalClassloader: SpecialClassLoader

  19. def evaluateLine(processed: Output, printer: Printer, fileName: String, indexedWrapperName: String): Res[Evaluated]

  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def handleOutput(res: Res[Evaluated]): Unit

  23. val hardcodedPredef: String

  24. def hashCode(): Int

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

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. var lastException: Throwable

  28. val mainThread: Thread

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

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

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

    Definition Classes
    AnyRef
  32. var predefImports: Imports

  33. val predefs: Seq[(String, String, String)]

  34. val preprocess: Preprocessor

  35. var pressy: Pressy

  36. def processCorrectScript(blocks: Seq[(String, Seq[String])], startingImports: Imports, pkgName: String, wrapperName: String, evaluate: (Output, Int, String) ⇒ Res[Evaluated]): Res[Imports]

  37. def processExec(code: String): Res[Imports]

  38. def processLine(code: String, stmts: Seq[String], fileName: String): Res[Evaluated]

  39. def processModule(code: String, wrapperName: String, pkgName: String): Res[Imports]

  40. def processModule0(code: String, wrapperName: String, pkgName: String, startingImports: Imports): Res[Imports]

  41. def processScriptBlock(processed: Output, printer: Printer, wrapperName: String, fileName: String, pkgName: String): Res[Evaluated]

  42. lazy val replApi: ReplAPI

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def withContextClassloader[T](t: ⇒ T): T

Inherited from AnyRef

Inherited from Any

Ungrouped