Package

ammonite.repl

frontend

Permalink

package frontend

Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultReplAPI extends FullReplAPI

    Permalink
  2. trait FrontEnd extends AnyRef

    Permalink

    All the mucky JLine interfacing code

  3. abstract class FullReplAPI extends ReplAPI

    Permalink

    Things that are part of the ReplAPI that aren't really "public"

  4. trait Load extends (String) ⇒ Unit

    Permalink
  5. trait OpsAPI extends AnyRef

    Permalink
  6. trait ReplAPI extends OpsAPI

    Permalink
  7. class ReplAPIHolder extends AnyRef

    Permalink
  8. trait Scoped extends AnyRef

    Permalink

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

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

    Permalink

    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.

  10. trait TPrint[T] extends AnyRef

    Permalink

    Summoning an implicit TPrint[T] provides a pretty-printed string representation of the type T, much better than is provided by the default Type#toString.

    Summoning an implicit TPrint[T] provides a pretty-printed string representation of the type T, much better than is provided by the default Type#toString. In particular

    - More forms are properly supported and printed - Prefixed Types are printed un-qualified, according to what's currently in scope

  11. trait TPrintGen[Type[_], Cfg] extends AnyRef

    Permalink
  12. trait TPrintLowPri extends AnyRef

    Permalink

Value Members

  1. object FrontEnd

    Permalink
  2. object Highlighter

    Permalink
  3. object ReplAPI

    Permalink
  4. object ReplBridge extends ReplAPIHolder

    Permalink
  5. object ReplExit extends Throwable with ControlThrowable with Product with Serializable

    Permalink

    Thrown to exit the REPL cleanly

  6. object TPrint extends TPrintGen[TPrint, Config] with TPrintLowPri

    Permalink
  7. object TPrintLowPri

    Permalink

Ungrouped