Packages

c

almond

ScalaInterpreter

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)

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. lazy val ammInterp: Interpreter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asyncComplete(code: String, pos: Int): Some[CancellableFuture[Completion]]
    Definition Classes
    AsyncInterpreterOps → Interpreter
  7. def asyncInspect(code: String, pos: Int, detailLevel: Int): Some[CancellableFuture[Option[Inspection]]]
    Definition Classes
    AsyncInterpreterOps → Interpreter
  8. def asyncIsComplete(code: String): Some[CancellableFuture[Option[IsCompleteResult]]]
    Definition Classes
    AsyncInterpreterOps → Interpreter
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def complete(code: String, pos: Int): Completion
    Definition Classes
    ScalaInterpreter → Interpreter
  11. final def complete(code: String): Completion
    Definition Classes
    Interpreter
  12. def currentLine(): Int
    Definition Classes
    ScalaInterpreter → Interpreter
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def execute(code: String, storeHistory: Boolean, inputManager: Option[InputManager], outputHandler: Option[OutputHandler]): ExecuteResult
    Definition Classes
    ScalaInterpreter → Interpreter
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def init(): Unit
    Definition Classes
    Interpreter
  20. def inspect(code: String, pos: Int, detailLevel: Int): Option[Inspection]
    Definition Classes
    ScalaInterpreter → Interpreter
  21. final def inspect(code: String, pos: Int): Option[Inspection]
    Definition Classes
    Interpreter
  22. def interrupt(): Unit
    Definition Classes
    ScalaInterpreter → Interpreter
  23. def interruptSupported: Boolean
    Definition Classes
    ScalaInterpreter → Interpreter
  24. def isComplete(code: String): Option[IsCompleteResult]
    Definition Classes
    ScalaInterpreter → Interpreter
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def kernelInfo(): KernelInfo
    Definition Classes
    ScalaInterpreter → Interpreter
  27. val logCtx: LoggerContext
    Definition Classes
    ScalaInterpreter → AsyncInterpreterOps
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def setCommHandler(commHandler0: CommHandler): Unit
    Definition Classes
    ScalaInterpreter → Interpreter
  32. def shutdown(): Unit
    Definition Classes
    ScalaInterpreter → Interpreter
  33. def supportComm: Boolean
    Definition Classes
    ScalaInterpreter → Interpreter
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AsyncInterpreterOps

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped