ammonite.runtime

Interpreter

class Interpreter extends InterpreterInterface

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

Instance Constructors

  1. new Interpreter(printer: Printer, storage: Storage, customPredefs: Seq[(Name, String)], extraBridges: (Interpreter) ⇒ Seq[(String, String, AnyRef)], wd: Path, verboseOutput: Boolean = true)

Type Members

  1. abstract class DefaultLoadJar extends LoadJar

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val bridgePredefs: Seq[(Name, String)]

  6. val bridges: Seq[(String, String, AnyRef)]

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

  8. def clone(): AnyRef

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

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

  11. var compiler: Compiler

  12. val dynamicClasspath: VirtualDirectory

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

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

    Definition Classes
    AnyRef → Any
  15. val eval: Evaluator

  16. def evalClassloader: SpecialClassLoader

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

  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def handleEvalClasspath(jar: File): Unit

  21. def handleOutput(res: Res[Evaluated]): Unit

  22. def handlePluginClasspath(jar: File): Unit

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. val importHooks: Ref[Map[Seq[String], ImportHook]] { ... /* 2 definitions in type refinement */ }

  25. def init(): Unit

  26. lazy val interpApi: InterpAPI

  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. var lastException: Throwable

  29. def loadIvy(coordinates: (String, String, String), verbose: Boolean = true): Set[File]

    Definition Classes
    Interpreter → InterpreterInterface
  30. val mainThread: Thread

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

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

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

    Definition Classes
    AnyRef
  34. var predefImports: Imports

  35. val predefs: Seq[(Name, String)]

  36. def preprocessScript(source: Source, code: String): Res[(Seq[(String, Seq[String])], Imports, Seq[Seq[ImportTree]])]

  37. var pressy: Pressy

  38. val printer: Printer

  39. def processCorrectScript(blocks: Seq[(String, Seq[String])], startingImports: Imports, pkgName: Seq[Name], wrapperName: Name, evaluate: EvaluateCallback, autoImport: Boolean, extraCode: String): Res[CacheData]

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

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

  42. def processModule(source: Source, code: String, wrapperName: Name, pkgName: Seq[Name], autoImport: Boolean, extraCode: String): Res[(Imports, Seq[(String, String)])]

  43. def processModule0(source: Source, code: String, wrapperName: Name, pkgName: Seq[Name], startingImports: Imports, autoImport: Boolean, extraCode: String): Res[ProcessedData]

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

  45. def reInit(): Unit

  46. def resolveImportHooks(source: Source, stmts: Seq[String]): Res[(Imports, Seq[String], Seq[ImportTree])]

  47. def resolveSingleImportHook(source: Source, tree: ImportTree): Res[Seq[Imports]]

  48. val storage: Storage

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

    Definition Classes
    AnyRef
  50. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. val wd: Path

    Definition Classes
    Interpreter → InterpreterInterface
  55. def withContextClassloader[T](t: ⇒ T): T

Inherited from InterpreterInterface

Inherited from AnyRef

Inherited from Any

Ungrouped