Packages

package repl

Everything to do with the interaction of the Ammonite REPL with the user and the terminal. Interfacing with ammonite-terminal (or with JLine)

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. repl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AmmoniteFrontEnd (extraFilters: Filter = Filter.empty) extends FrontEnd with Product with Serializable
  2. class Repl extends AnyRef
  3. trait ReplAPI extends RuntimeAPI
  4. class ReplApiImpl extends RuntimeApiImpl with ReplAPI
  5. trait Scoped extends AnyRef

    Converts something with a scoped apply method into something which can be similarly used in a for-comprehension

  6. case class Signaller (sigStr: String)(f: ⇒ Unit) extends Scoped with Product with Serializable

    Lets you turn on signal handling within a certain block, attaching a callback to the handler and then turning it properly off again when the block exits.

    Lets you turn on signal handling within a certain block, attaching a callback to the handler and then turning it properly off again when the block exits. Does sketchy unsafe stuff because that's the only way you can make it properly reset when you're finished.

Value Members

  1. object FrontEndUtils

    Created by haoyi on 8/29/15.

  2. object FrontEnds
  3. object Highlighter
  4. object Repl
  5. object ReplBridge extends APIHolder[FullRuntimeAPI with ReplAPI]

Inherited from AnyRef

Inherited from Any

Ungrouped