ammonite.runtime.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: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def ask(index: Int, query: (Position, Response[List[scala.tools.nsc.interactive.Global.Member]]) ⇒ Unit): List[scala.tools.nsc.interactive.Global.Member]

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

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

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. 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

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

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

    Definition Classes
    AnyRef → Any
  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 handleCompletion(r: List[scala.tools.nsc.interactive.Global.Member], prefix: String): List[(String, Option[String])]

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

  15. def hashCode(): Int

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

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

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

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

    Definition Classes
    AnyRef
  20. def prefixed: (Int, Seq[(String, Option[String])])

  21. val pressy: Global

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

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

  26. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped