Packages

final case class ScopeMembers(positionDelta: Int, results: List[Global.ScopeMember], name: Global.Name) extends CompletionResult with Product with Serializable

Source
Global.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, CompletionResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScopeMembers
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CompletionResult
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScopeMembers(positionDelta: Int, results: List[Global.ScopeMember], name: Global.Name)

Type Members

  1. type M = Global.ScopeMember
    Definition Classes
    ScopeMembersCompletionResult

Value Members

  1. def matchingResults(nameMatcher: (Global.Name) ⇒ (Global.Name) ⇒ Boolean = ...): List[M]
    Definition Classes
    CompletionResult
  2. val name: Global.Name

    The (possibly partial) name detected that precedes the cursor

    The (possibly partial) name detected that precedes the cursor

    Definition Classes
    ScopeMembersCompletionResult
  3. val positionDelta: Int

    Cursor Offset - positionDelta == position of the start of the name

    Cursor Offset - positionDelta == position of the start of the name

    Definition Classes
    ScopeMembersCompletionResult
  4. val results: List[Global.ScopeMember]
    Definition Classes
    ScopeMembersCompletionResult