Packages

object Completion

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

Type Members

  1. final class History extends AnyRef
  2. class History_Variable extends AnyRef
  3. sealed case class Item(range: Range, original: String, name: String, description: List[String], replacement: String, move: Int, immediate: Boolean) extends Product with Serializable

    completion result *

  4. sealed case class Language_Context(language: String, symbols: Boolean, antiquotes: Boolean) extends Product with Serializable
  5. case class Names(total: Int, names: List[(String, (String, String))]) extends Semantic with Product with Serializable
  6. sealed case class Result(range: Range, original: String, unique: Boolean, items: List[Item]) extends Product with Serializable
  7. sealed abstract class Semantic extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val caret_indicator: Char
  6. def clean_name(s: String): Option[String]

    semantic completion *

  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def completed(input: String): (String) ⇒ Boolean
  9. val empty: Completion
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def make(keywords: List[String], abbrevs: List[(String, String)]): Completion
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def report_names(pos: T, names: List[(String, (String, String))], total: Int = 0): String
  21. def report_no_completion(pos: T): String
  22. def report_theories(pos: T, thys: List[String], total: Int = 0): String
  23. def split_template(s: String): (String, String)
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  29. object History
  30. object Language_Context extends Serializable

    syntactic completion *

  31. object No_Completion extends Semantic with Product with Serializable
  32. object Result extends Serializable
  33. object Semantic
  34. object Word_Parsers extends RegexParsers

Inherited from AnyRef

Inherited from Any

Ungrouped