ammonite

repl

package repl

Visibility
  1. Public
  2. All

Type Members

  1. trait DefaultRuntimeAPI extends FullRuntimeAPI

  2. trait FrontEnd extends AnyRef

    All the mucky JLine interfacing code

  3. abstract class FullRuntimeAPI extends RuntimeAPI

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

  4. trait RuntimeAPI extends AnyRef

  5. trait Session extends AnyRef

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

Value Members

  1. object SessionChanged extends Serializable

Ungrouped