ammonite.interp.Pressy

Run

class Run extends AnyRef

Encapsulates all the logic around a single instance of nsc.interactive.Global and other data specific to a single completion

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

Instance Constructors

  1. new Run(pressy: Global, currentFile: BatchSourceFile, allCode: String, index: Int)

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 ask(index: Int, query: (Position, Response[List[scala.tools.nsc.interactive.Global.Member]]) ⇒ Unit): List[scala.tools.nsc.interactive.Global.Member]

  8. def blacklisted(s: scala.tools.nsc.interactive.Global.Symbol): Boolean

    Dumb things that turn up in the autocomplete that nobody needs or wants

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def deepCompletion(name: String): List[(String, None.type)]

    Search for terms to autocomplete not just from the local scope, but from any packages and package objects accessible from the local scope

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

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def handleCompletion(r: List[scala.tools.nsc.interactive.Global.Member], prefix: String): List[(String, Option[String])]

  16. def handleTypeCompletion(position: Int, decoded: String, offset: Int): (Int, List[(String, Option[String])])

  17. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  22. def prefixed(replaceMode: Boolean = false): (Int, Seq[(String, Option[String])])

  23. val pressy: Global

  24. val r: Response[scala.tools.nsc.interactive.Global.Tree]

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. val tree: scala.tools.nsc.interactive.Global.Tree

  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped