Packages

object CompletionResult

Source
Global.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompletionResult
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ScopeMembers(positionDelta: Int, results: List[Global.ScopeMember], name: Global.Name) extends CompletionResult with Product with Serializable
  2. final case class TypeMembers(positionDelta: Int, qualifier: Global.Tree, tree: Global.Tree, results: List[Global.TypeMember], name: Global.Name) extends CompletionResult with Product with Serializable

Value Members

  1. def camelMatch(entered: Global.Name): (Global.Name) ⇒ Boolean
  2. object NoResults extends CompletionResult with Product with Serializable