ammonite

Interpreter

object Interpreter

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addImports(imports: Seq[Import]): InterpreterAction[Unit]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. lazy val bootClasspath: Array[File]

  9. lazy val bootStartDirs: Array[File]

  10. lazy val bootStartJars: Array[File]

  11. def callback(f: ⇒ Unit): InterpreterAction[Unit]

  12. def capturing(stdout: Option[(String) ⇒ Unit], stderr: Option[(String) ⇒ Unit]): InterpreterAction[Unit]

  13. val catchUnexpectedException: InterpreterAction[Unit]

  14. def catchingUserError(wrapper: String): InterpreterAction[Unit]

  15. def classWrap(displayCode: (Seq[CodeItem]) ⇒ String, decls: Seq[ParsedCode], imports: String, unfilteredImports: String, wrapper: String): (String, String)

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def compile(code: String): InterpreterAction[(Seq[(String, Array[Byte])], Seq[Import])]

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def evaluate[T](cls: Class[_], process: (AnyRef) ⇒ T): InterpreterAction[T]

  21. def evaluating[T](f: ⇒ T): T

  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. val increaseLineCounter: InterpreterAction[Unit]

  26. def init[T](bridge: BridgeConfig, stdout: Option[(String) ⇒ Unit], stderr: Option[(String) ⇒ Unit], compilerOptions: Seq[String] = null): InterpreterAction[Unit]

  27. def initBridgeCls(bridge: BridgeConfig, cls: Class[_]): InterpreterAction[Unit]

  28. def initCompiler(options: Seq[String] = null): InterpreterAction[Unit]

  29. def interpret[T](statements: Seq[String], compiled: ⇒ Unit, stdout: Option[(String) ⇒ Unit], stderr: Option[(String) ⇒ Unit], process: (AnyRef) ⇒ T): InterpreterAction[Evaluated[T]]

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def loadByteCode(byteCode: Seq[(String, Array[Byte])]): InterpreterAction[Unit]

  32. def loadClass(name: String): InterpreterAction[Class[_]]

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. val newWrapper: InterpreterAction[String]

  35. final def notify(): Unit

    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  37. def preprocessor(statements: Seq[String]): InterpreterAction[Seq[ParsedCode]]

  38. def print(items: Seq[CodeItem]): String

  39. def run[T](code: String, compiled: ⇒ Unit, stdout: Option[(String) ⇒ Unit], stderr: Option[(String) ⇒ Unit], process: (AnyRef) ⇒ T): InterpreterAction[Evaluated[T]]

  40. def saveSource(wrapper: String, wrappedCode: String): InterpreterAction[Unit]

  41. def splitCode(code: String): InterpreterAction[Seq[String]]

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val withInterpreterClassLoader: InterpreterAction[Unit]

  48. def wrap(wrapper0: String, decls: Seq[ParsedCode]): InterpreterAction[(String, String)]

  49. def wrap(displayCode: (Seq[CodeItem]) ⇒ String, decls: Seq[ParsedCode], imports: String, unfilteredImports: String, wrapper: String): (String, String)

Inherited from AnyRef

Inherited from Any

Ungrouped