final class DisplayOnly extends Completion

Linear Supertypes
Completion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisplayOnly
  2. Completion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DisplayOnly(display: String)

Value Members

  1. def ++(o: Completion): Completion

    Appends the completions in o with the completions in this Completion.

    Appends the completions in o with the completions in this Completion.

    Definition Classes
    Completion
  2. def append: String

    The proposed suffix to append to the existing input to complete the last token in the input.

    The proposed suffix to append to the existing input to complete the last token in the input.

    Definition Classes
    DisplayOnlyCompletion
  3. val display: String

    The string to present to the user to represent the full token being suggested.

    The string to present to the user to represent the full token being suggested.

    Definition Classes
    DisplayOnlyCompletion
  4. final def equals(o: Any): Boolean
    Definition Classes
    Completion → AnyRef → Any
  5. final lazy val hashCode: Int
    Definition Classes
    Completion
  6. def isEmpty: Boolean

    True if this Completion is suggesting the empty string.

    True if this Completion is suggesting the empty string.

    Definition Classes
    DisplayOnlyCompletion
  7. def toString(): String
    Definition Classes
    DisplayOnly → AnyRef → Any
  8. final def x(o: Completions): Completions
    Definition Classes
    Completion