Packages

final class EchoInterpreter extends Interpreter

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

Instance Constructors

  1. new EchoInterpreter()

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

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped