final class Token extends Completion

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

Instance Constructors

  1. new Token(display: String, append: 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. val 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
    TokenCompletion
  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
    TokenCompletion
  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
    TokenCompletion
  7. final def toString(): String
    Definition Classes
    Token → AnyRef → Any
  8. final def x(o: Completions): Completions
    Definition Classes
    Completion