Trait

ammonite.repl.frontend

DefaultReplAPI

Related Doc: package frontend

Permalink

trait DefaultReplAPI extends FullReplAPI

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultReplAPI
  2. FullReplAPI
  3. ReplAPI
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait Internal extends AnyRef

    Permalink
    Definition Classes
    FullReplAPI

Abstract Value Members

  1. abstract def clear: Unit

    Permalink

    Clears the screen of the REPL

    Clears the screen of the REPL

    Definition Classes
    ReplAPI
  2. abstract def colors: Ref[ColorSet]

    Permalink
    Definition Classes
    ReplAPI
  3. abstract def compiler: Global

    Permalink
    Definition Classes
    ReplAPI
  4. abstract def frontEnd: Ref[FrontEnd]

    Permalink

    The front-end REPL used to take user input.

    The front-end REPL used to take user input. Modifiable!

    Definition Classes
    ReplAPI
  5. abstract def history: History

    Permalink

    History of commands that have been entered into the shell

    History of commands that have been entered into the shell

    Definition Classes
    ReplAPI
  6. abstract def imports: String

    Permalink

    Show all the imports that are used to execute commands going forward

    Show all the imports that are used to execute commands going forward

    Definition Classes
    ReplAPI
  7. abstract def load: Load

    Permalink

    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
  8. abstract def newCompiler(): Unit

    Permalink

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

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

    Definition Classes
    ReplAPI
  9. implicit abstract val pprintConfig: Config

    Permalink

    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
  10. abstract def search(target: scala.reflect.api.JavaUniverse.Type): Option[String]

    Permalink
    Definition Classes
    ReplAPI
  11. abstract def shellPrompt: Ref[String]

    Permalink

    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
  12. abstract def show[T](value: T, lines: Int = 0): Show[T]

    Permalink

    Prettyprint the given value with no truncation.

    Prettyprint the given value with no truncation. Optionally takes a number of lines to print.

    Definition Classes
    ReplAPI

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Internal extends Internal

    Permalink
    Definition Classes
    DefaultReplAPIFullReplAPI
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def exit: Nothing

    Permalink

    Exit the Ammonite REPL.

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

    Definition Classes
    ReplAPI
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def help: String

    Permalink

    Display this help text

    Display this help text

    Definition Classes
    DefaultReplAPIReplAPI
  14. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

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

    Permalink

    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

    Permalink

    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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FullReplAPI

Inherited from ReplAPI

Inherited from AnyRef

Inherited from Any

Ungrouped