Packages

object Languages

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

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. val all: Set[Language]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def extensions(language: Language): Option[Set[String]]
  10. lazy val extensionsByLanguage: Map[Language, Set[String]]
  11. def filenames(language: Language): Option[Set[String]]
  12. lazy val filenamesByLanguage: Map[Language, Set[String]]
  13. def filter(files: Set[String], languages: Set[Language], customExtensions: Map[Language, Set[String]] = Map.empty[Language, Set[String]]): Set[String]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def forPath(filePath: String, customExtensions: List[(Language, Seq[String])] = List.empty[(Language, Seq[String])]): Option[Language]
  16. def fromName(name: String): Option[Language]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val languageByExtension: Map[String, Language]
  21. lazy val languageByFilename: Map[String, Language]
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. object ABAP extends Language with Product with Serializable
  31. object Apex extends Language with Product with Serializable
  32. object C extends Language with Product with Serializable
  33. object CPP extends Language with Product with Serializable
  34. object CSS extends Language with Product with Serializable
  35. object CSharp extends Language with Product with Serializable
  36. object Clojure extends Language with Product with Serializable
  37. object Cobol extends Language with Product with Serializable
  38. object CoffeeScript extends Language with Product with Serializable
  39. object Crystal extends Language with Product with Serializable
  40. object Dart extends Language with Product with Serializable
  41. object Dockerfile extends Language with Product with Serializable
  42. object Elixir extends Language with Product with Serializable
  43. object Elm extends Language with Product with Serializable
  44. object Erlang extends Language with Product with Serializable
  45. object FSharp extends Language with Product with Serializable
  46. object Fortran extends Language with Product with Serializable
  47. object Go extends Language with Product with Serializable
  48. object Groovy extends Language with Product with Serializable
  49. object HTML extends Language with Product with Serializable
  50. object Haskell extends Language with Product with Serializable
  51. object JSON extends Language with Product with Serializable
  52. object JSP extends Language with Product with Serializable
  53. object Java extends Language with Product with Serializable
  54. object Javascript extends Language with Product with Serializable
  55. object Julia extends Language with Product with Serializable
  56. object Kotlin extends Language with Product with Serializable
  57. object LESS extends Language with Product with Serializable
  58. object Lisp extends Language with Product with Serializable
  59. object Lua extends Language with Product with Serializable
  60. object Markdown extends Language with Product with Serializable
  61. object OCaml extends Language with Product with Serializable
  62. object Objective C extends Language with Product with Serializable
  63. object PHP extends Language with Product with Serializable
  64. object PLSQL extends Language with Product with Serializable
  65. object Perl extends Language with Product with Serializable
  66. object Powershell extends Language with Product with Serializable
  67. object Prolog extends Language with Product with Serializable
  68. object Python extends Language with Product with Serializable
  69. object R extends Language with Product with Serializable
  70. object Ruby extends Language with Product with Serializable
  71. object Rust extends Language with Product with Serializable
  72. object SASS extends Language with Product with Serializable
  73. object SQL extends Language with Product with Serializable
  74. object Scala extends Language with Product with Serializable
  75. object Scratch extends Language with Product with Serializable
  76. object Shell extends Language with Product with Serializable
  77. object Solidity extends Language with Product with Serializable
  78. object Swift extends Language with Product with Serializable
  79. object TSQL extends Language with Product with Serializable
  80. object Terraform extends Language with Product with Serializable
  81. object TypeScript extends Language with Product with Serializable
  82. object Velocity extends Language with Product with Serializable
  83. object VisualBasic extends Language with Product with Serializable
  84. object VisualForce extends Language with Product with Serializable
  85. object XML extends Language with Product with Serializable
  86. object YAML extends Language with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped