Packages

final class ScalaInterpreter extends Interpreter

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

Instance Constructors

  1. new ScalaInterpreter(updateBackgroundVariablesEcOpt: Option[ExecutionContext] = None, extraRepos: Seq[String] = Nil, extraBannerOpt: Option[String] = None, extraLinks: Seq[Link] = Nil, predefCode: String = "", predefFiles: Seq[Path] = Nil, automaticDependencies: Map[String, Seq[String]] = Map(), forceMavenProperties: Map[String, String] = Map(), mavenProfiles: Map[String, Boolean] = Map(), codeWrapper: CodeWrapper = Preprocessor.CodeClassWrapper, initialColors: Colors = Colors.Default, initialClassLoader: ClassLoader = ..., logCtx: LoggerContext = LoggerContext.nop, metabrowse: Boolean = false, metabrowseHost: String = "localhost", metabrowsePort: Int = -1, lazyInit: Boolean = false, trapOutput: Boolean = false, disableCache: Boolean = false)

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
    ScalaInterpreter → Interpreter
  7. def asyncInspect(code: String, pos: Int, detailLevel: Int): Some[CancellableFuture[Option[Inspection]]]
    Definition Classes
    ScalaInterpreter → Interpreter
  8. def asyncIsComplete(code: String): Some[CancellableFuture[Option[IsCompleteResult]]]
    Definition Classes
    ScalaInterpreter → Interpreter
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  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[java.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. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def setCommHandler(commHandler0: CommHandler): Unit
    Definition Classes
    ScalaInterpreter → Interpreter
  31. def shutdown(): Unit
    Definition Classes
    ScalaInterpreter → Interpreter
  32. def supportComm: Boolean
    Definition Classes
    ScalaInterpreter → Interpreter
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped