Package

ammonite

Permalink

package ammonite

Visibility
  1. Public
  2. All

Type Members

  1. trait BridgeConfig extends AnyRef

    Permalink

    Handles the shared class between user and interpreter class loaders (so called "bridge")

  2. class Interpreter extends ammonite.api.Interpreter

    Permalink
  3. sealed trait InterpreterAction[T] extends AnyRef

    Permalink

    Mix of IO-like and Either[InterpreterError, ?] monads, acting on an Interpreter

    Mix of IO-like and Either[InterpreterError, ?] monads, acting on an Interpreter

    FIXME These are not stack-safe, and sometimes lead to big stack traces.

Value Members

  1. object BridgeConfig

    Permalink
  2. object Exit extends Throwable with ControlThrowable with Product with Serializable

    Permalink

    Thrown to exit the interpreter cleanly

  3. object Interpreter

    Permalink
  4. object InterpreterAction

    Permalink
  5. package interpreter

    Permalink
  6. package util

    Permalink

Ungrouped