final class Token extends Completion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Token
- Completion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Token(display: String, append: String)
Value Members
-
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
-
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
- Token → Completion
-
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
- Token → Completion
-
final
def
equals(o: Any): Boolean
- Definition Classes
- Completion → AnyRef → Any
-
final
lazy val
hashCode: Int
- Definition Classes
- Completion
-
def
isEmpty: Boolean
True if this Completion is suggesting the empty string.
True if this Completion is suggesting the empty string.
- Definition Classes
- Token → Completion
-
final
def
toString(): String
- Definition Classes
- Token → AnyRef → Any
-
final
def
x(o: Completions): Completions
- Definition Classes
- Completion