Packages

class Interp extends Interpreter with LazyLogging

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

Instance Constructors

  1. new Interp()

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. val augmentedPredef: String
  6. def banner: String
    Definition Classes
    Interp → Interpreter
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val colors: Ref[Colors] { ... /* 2 definitions in type refinement */ }
  9. def complete(code: String, pos: Int): (Int, Int, Seq[String])
    Definition Classes
    Interp → Interpreter
  10. var currentPublish: Option[Publish]
  11. val currentPublish0: Publish
  12. def defaultPredef: Boolean
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def executionCount: Int
    Definition Classes
    Interp → 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
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. def helpLinks: Seq[Nothing]
    Definition Classes
    Interp → Interpreter
  20. var history: History
  21. def implementation: (String, String)
    Definition Classes
    Interp → Interpreter
  22. def init(): Unit
    Definition Classes
    Interpreter
  23. def initialized: Boolean
    Definition Classes
    Interpreter
  24. val interp: Interpreter
  25. def interpret(line: String, output: Option[((String) ⇒ Unit, (String) ⇒ Unit)], storeHistory: Boolean, current: Option[ParsedMessage[_]]): Result
    Definition Classes
    Interp → Interpreter
  26. def isComplete(code: String): Some[IsComplete]
    Definition Classes
    Interp → Interpreter
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def languageInfo: LanguageInfo
    Definition Classes
    Interp → Interpreter
  29. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @volatile()
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  33. def publish(publish: (ParsedMessage[_]) ⇒ Publish): Unit
    Definition Classes
    Interp → Interpreter
  34. var publishFunc: Option[(ParsedMessage[_]) ⇒ Publish]
  35. def resultDisplay: Boolean
    Definition Classes
    Interpreter
  36. val scalaBinaryVersion: String
  37. val scalaVersion: String
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from Interpreter

Inherited from AnyRef

Inherited from Any

Ungrouped