Package

ammonite

repl

Permalink

package repl

Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultRuntimeAPI extends FullRuntimeAPI

    Permalink
  2. trait FrontEnd extends AnyRef

    Permalink

    All the mucky JLine interfacing code

  3. abstract class FullRuntimeAPI extends RuntimeAPI

    Permalink

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

  4. trait RuntimeAPI extends AnyRef

    Permalink
  5. trait Session extends AnyRef

    Permalink
  6. case class SessionChanged(removedImports: Set[Symbol], addedImports: Set[Symbol], removedJars: Set[URL], addedJars: Set[URL]) extends Product with Serializable

    Permalink

Value Members

  1. object SessionChanged extends Serializable

    Permalink

Ungrouped