ammonite.repl.frontend

FullReplAPI

abstract class FullReplAPI extends ReplAPI

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

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

Instance Constructors

  1. new FullReplAPI()

Abstract Value Members

  1. abstract def clear: Unit

    Clears the screen of the REPL

    Clears the screen of the REPL

    Definition Classes
    ReplAPI
  2. abstract def help: String

    Display this help text

    Display this help text

    Definition Classes
    ReplAPI
  3. abstract def history: Seq[String]

    History of commands that have been entered into the shell

    History of commands that have been entered into the shell

    Definition Classes
    ReplAPI
  4. abstract def imports: String

    Definition Classes
    ReplAPI
  5. abstract def load: Load

    Tools related to loading external scripts and code into the REPL

    Tools related to loading external scripts and code into the REPL

    Definition Classes
    ReplAPI
  6. abstract def newCompiler(): Unit

    Throw away the current scala.

    Throw away the current scala.tools.nsc.Global and get a new one

    Definition Classes
    ReplAPI
  7. implicit abstract def pprintConfig: Config

    Controls how things are pretty-printed in the REPL.

    Controls how things are pretty-printed in the REPL. Feel free to shadow this with your own definition to change how things look

    Definition Classes
    ReplAPI
  8. abstract def shellPPrint[T](value: ⇒ T, ident: String)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): String

  9. abstract def shellPrintDef(definitionLabel: String, ident: String): String

  10. abstract def shellPrintImport(imported: String): String

  11. abstract val shellPrompt: String

    Read/writable prompt for the shell.

    Read/writable prompt for the shell. Use this to change the REPL prompt at any time!

    Definition Classes
    ReplAPI

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def exit: Nothing

    Exit the Ammonite REPL.

    Exit the Ammonite REPL. You can also use Ctrl-D to exit

    Definition Classes
    ReplAPI
  11. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

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

    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  19. def toString(): String

    Definition Classes
    AnyRef → Any
  20. def typeOf[T](t: ⇒ T)(implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): scala.reflect.api.JavaUniverse.Type

    Get the Type object representing the type of t.

    Get the Type object representing the type of t. Useful for finding what its methods are and what you can do with it

    Definition Classes
    FullReplAPIReplAPI
  21. def typeOf[T](implicit arg0: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): scala.reflect.api.JavaUniverse.Type

    Get the Type object of T.

    Get the Type object of T. Useful for finding what its methods are and what you can do with it

    Definition Classes
    FullReplAPIReplAPI
  22. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ReplAPI

Inherited from AnyRef

Inherited from Any

Ungrouped