ammonite

runtime

package runtime

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. runtime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AmmonitePlugin extends Plugin

    Used to capture the names in scope after every execution, reporting them to the output function.

  2. trait Compiler extends AnyRef

    Encapsulates (almost) all the ickiness of Scalac so it doesn't leak into the rest of the codebase.

  3. class Interpreter extends InterpreterInterface

    A convenient bundle of all the functionality necessary to interpret Scala code.

  4. trait Preprocessor extends AnyRef

    Responsible for all scala-source-code-munging that happens within the Ammonite REPL.

  5. trait Pressy extends AnyRef

    Nice wrapper for the presentation compiler.

Value Members

  1. object AmmonitePlugin

  2. object Compiler

  3. object CompilerCompatibility

  4. object Interpreter

  5. object LineNumberModifier

  6. object Parsers

  7. object Preprocessor

  8. object Pressy

Inherited from AnyRef

Inherited from Any

Ungrouped