ammonite

runtime

package runtime

What actually lets us compile and execute code in the Ammonite REPL; deals with the Scala compiler, preprocessing the strings, JVM classloaders, etc.

Linear Supertypes
AnyRef, Any
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 APIHolder[T >: Null <: AnyRef] extends AnyRef

  2. class ClassLoaderObjectInputStream extends ObjectInputStream

    ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.

  3. trait Evaluator extends AnyRef

    Evaluates already-compiled Bytecode.

  4. class EvaluatorImpl extends Evaluator

  5. class Frame extends AnyRef

    Represents a single "frame" of the sess.save/sess.load stack/tree.

  6. class History extends IndexedSeq[String] with IndexedSeqLike[String, History]

  7. trait ImportHook extends AnyRef

    An extensible hook into the Ammonite REPL's import system; allows the end user to hook into import $foo.bar.{baz, qux => qua} syntax, and in response load jars or process source files before the "current" compilation unit is run.

  8. class SpecialClassLoader extends URLClassLoader

    Classloader used to implement the jar-downloading command-evaluating logic in Ammonite.

  9. trait Storage extends AnyRef

    Trait for the interface of common persistent storage.

Value Members

  1. object APIHolder

  2. object Classpath

    Loads the jars that make up the classpath of the scala-js-fiddle compiler and re-shapes it into the correct structure to satisfy scala-compile and scalajs-tools

  3. object Evaluator

  4. object History

  5. object ImportHook

  6. object Ser

  7. object SpecialClassLoader

  8. object Storage

  9. package tools

Inherited from AnyRef

Inherited from Any

Ungrouped