Class/Object

ammonite.interp

Interpreter

Related Docs: object Interpreter | package interp

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Interpreter(printer: Printer, storage: Storage, basePredefs: Seq[PredefInfo], customPredefs: Seq[PredefInfo], extraBridges: Seq[(String, String, AnyRef)], wd: Path, colors: Ref[Colors], verboseOutput: Boolean = true, getFrame: () ⇒ Frame, createFrame: () ⇒ Frame, replCodeWrapper: CodeWrapper, scriptCodeWrapper: CodeWrapper)

    Permalink

Type Members

  1. type BlockData = Option[(ClassFiles, BlockMetadata)]

    Permalink
  2. 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 alreadyLoadedFiles: Map[CodeSource, Metadata]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val beforeExitHooks: Buffer[(Any) ⇒ Any]

    Permalink
  7. def clone(): AnyRef

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

    Permalink
  9. val compilerManager: CompilerLifecycleManager

    Permalink
  10. val createFrame: () ⇒ Frame

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

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

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

    Permalink
  14. def evalClassloader: SpecialClassLoader

    Permalink
  15. def evaluateLine(processed: Output, printer: Printer, fileName: String, indexedWrapperName: Name, silent: Boolean = false, incrementLine: () ⇒ Unit): Res[(Evaluated, Tag)]

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def frameImports: Imports

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def handleImports(i: Imports): Unit

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def headFrame: Frame

    Permalink
  22. val importHooks: Ref[Map[Seq[String], ImportHook]] { ... /* 2 definitions in type refinement */ }

    Permalink
  23. def initializePredef(): Option[(Failing, Seq[(Path, Long)])]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def loadIvy(coordinates: Dependency*): Either[String, Set[File]]

    Permalink
    Definition Classes
    Interpreter → InterpreterInterface
  26. val mainThread: Thread

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def parseImportHooks(source: CodeSource, stmts: Seq[String]): (Buffer[String], Buffer[ImportTree])

    Permalink
  31. def pluginClassloader: SpecialClassLoader

    Permalink
  32. var predefImports: Imports

    Permalink
  33. val printer: Printer

    Permalink
  34. def processAllScriptBlocks(blocks: Seq[BlockData], splittedScript: ⇒ Res[IndexedSeq[(String, Seq[String])]], startingImports: Imports, codeSource: CodeSource, evaluate: (Output, Name) ⇒ Res[(Evaluated, Tag)], autoImport: Boolean, extraCode: String): Res[Metadata]

    Permalink
  35. def processExec(code: String, currentLine: Int, incrementLine: () ⇒ Unit): Res[Imports]

    Permalink
  36. def processLine(code: String, stmts: Seq[String], currentLine: Int, silent: Boolean = false, incrementLine: () ⇒ Unit): Res[Evaluated]

    Permalink
  37. def processModule(code: String, codeSource: CodeSource, autoImport: Boolean, extraCode: String, hardcoded: Boolean, moduleCodeWrapper: CodeWrapper = scriptCodeWrapper): Res[Metadata]

    Permalink
  38. def processSingleBlock(processed: Output, codeSource0: CodeSource, indexedWrapperName: Name): Res[(Evaluated, Tag)]

    Permalink
  39. val repositories: Ref[List[Repository]] { ... /* 2 definitions in type refinement */ }

    Permalink
  40. def resolveImportHooks(importTrees: Seq[ImportTree], hookedStmts: Seq[String], source: CodeSource): Res[ImportHookInfo]

    Permalink
  41. def resolveSingleImportHook(source: CodeSource, tree: ImportTree): Res[Seq[Imports]]

    Permalink
  42. val storage: Storage

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def watch(p: Path): Unit

    Permalink
    Definition Classes
    Interpreter → InterpreterInterface
  49. val watchedFiles: Buffer[(Path, Long)]

    Permalink
  50. val wd: Path

    Permalink

Inherited from InterpreterInterface

Inherited from AnyRef

Inherited from Any

Ungrouped