object JLineCompletion
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JLineCompletion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appendCompletion(common: String, reader: ConsoleReader): Unit
- def appendNonEmpty(set: Set[String], add: String): Set[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def beforeCursor(reader: ConsoleReader): String
- def bufferSnapshot(reader: ConsoleReader): (String, Int)
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def commonPrefix(a: String, b: String): String
- def commonPrefix(s: Seq[String]): String
- def complete(beforeCursor: String, completions: (String) ⇒ (Seq[String], Seq[String]), reader: ConsoleReader): Boolean
- def confirm(prompt: String, trueC: Char, falseC: Char, reader: ConsoleReader): Boolean
- def convertCompletions(cs: Set[Completion]): (Seq[String], Seq[String])
- def convertCompletions(c: Completions): (Seq[String], Seq[String])
- def customCompletor(f: (String, Int) ⇒ (Seq[String], Seq[String])): (ConsoleReader, Int) ⇒ Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasNewline(s: String): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def installCustomCompletor(complete: (ConsoleReader, Int) ⇒ Boolean, reader: ConsoleReader): Unit
- def installCustomCompletor(reader: ConsoleReader)(complete: (String, Int) ⇒ (Seq[String], Seq[String])): Unit
- def installCustomCompletor(reader: ConsoleReader, parser: Parser[_]): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parserAsCompletor(p: Parser[_]): (String, Int) ⇒ (Seq[String], Seq[String])
- def printCompletions(cs: Seq[String], reader: ConsoleReader): Unit
- def printLinesAndColumns(cs: Seq[String], reader: ConsoleReader): Unit
- def shouldPrint(cs: Seq[String], reader: ConsoleReader): Boolean
-
def
showCompletions(display: Seq[String], reader: ConsoleReader): Unit
displayis assumed to be the exact strings requested to be displayed.displayis assumed to be the exact strings requested to be displayed. In particular, duplicates should have been removed already. -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()