Class

almond

ScalaInterpreter

Related Doc: package almond

Permalink

final class ScalaInterpreter extends Interpreter with AsyncInterpreterOps

Holds bits of state for the interpreter, and implements almond.interpreter.Interpreter.

Linear Supertypes
AsyncInterpreterOps, Interpreter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaInterpreter
  2. AsyncInterpreterOps
  3. Interpreter
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaInterpreter(params: ScalaInterpreterParams = ScalaInterpreterParams(), logCtx: LoggerContext = LoggerContext.nop)

    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. lazy val ammInterp: Interpreter

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asyncComplete(code: String, pos: Int): Some[CancellableFuture[Completion]]

    Permalink
    Definition Classes
    AsyncInterpreterOps → Interpreter
  7. def asyncInspect(code: String, pos: Int, detailLevel: Int): Some[CancellableFuture[Option[Inspection]]]

    Permalink
    Definition Classes
    AsyncInterpreterOps → Interpreter
  8. def asyncIsComplete(code: String): Some[CancellableFuture[Option[IsCompleteResult]]]

    Permalink
    Definition Classes
    AsyncInterpreterOps → Interpreter
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def complete(code: String, pos: Int): Completion

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  11. final def complete(code: String): Completion

    Permalink
    Definition Classes
    Interpreter
  12. def currentLine(): Int

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def execute(code: String, storeHistory: Boolean, inputManager: Option[InputManager], outputHandler: Option[OutputHandler]): ExecuteResult

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  16. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Interpreter
  20. def inspect(code: String, pos: Int, detailLevel: Int): Option[Inspection]

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  21. final def inspect(code: String, pos: Int): Option[Inspection]

    Permalink
    Definition Classes
    Interpreter
  22. def interrupt(): Unit

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  23. def interruptSupported: Boolean

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  24. def isComplete(code: String): Option[IsCompleteResult]

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. def kernelInfo(): KernelInfo

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  27. val logCtx: LoggerContext

    Permalink
    Definition Classes
    ScalaInterpreter → AsyncInterpreterOps
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def setCommHandler(commHandler0: CommHandler): Unit

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  32. def shutdown(): Unit

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  33. def supportComm: Boolean

    Permalink
    Definition Classes
    ScalaInterpreter → Interpreter
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from AsyncInterpreterOps

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped