object Languages
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Languages
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val all: Set[Language]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extensions(language: Language): Option[Set[String]]
- lazy val extensionsByLanguage: Map[Language, Set[String]]
- def filenames(language: Language): Option[Set[String]]
- lazy val filenamesByLanguage: Map[Language, Set[String]]
- def filter(files: Set[String], languages: Set[Language], customExtensions: Map[Language, Set[String]] = Map.empty[Language, Set[String]]): Set[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def forPath(filePath: String, customExtensions: List[(Language, Seq[String])] = List.empty[(Language, Seq[String])]): Option[Language]
- def fromName(name: String): Option[Language]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val languageByExtension: Map[String, Language]
- lazy val languageByFilename: Map[String, Language]
- 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()
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- object ABAP extends Language with Product with Serializable
- object Apex extends Language with Product with Serializable
- object C extends Language with Product with Serializable
- object CPP extends Language with Product with Serializable
- object CSS extends Language with Product with Serializable
- object CSharp extends Language with Product with Serializable
- object Clojure extends Language with Product with Serializable
- object Cobol extends Language with Product with Serializable
- object CoffeeScript extends Language with Product with Serializable
- object Crystal extends Language with Product with Serializable
- object Dart extends Language with Product with Serializable
- object Dockerfile extends Language with Product with Serializable
- object Elixir extends Language with Product with Serializable
- object Elm extends Language with Product with Serializable
- object Erlang extends Language with Product with Serializable
- object FSharp extends Language with Product with Serializable
- object Fortran extends Language with Product with Serializable
- object Go extends Language with Product with Serializable
- object Groovy extends Language with Product with Serializable
- object HTML extends Language with Product with Serializable
- object Haskell extends Language with Product with Serializable
- object JSON extends Language with Product with Serializable
- object JSP extends Language with Product with Serializable
- object Java extends Language with Product with Serializable
- object Javascript extends Language with Product with Serializable
- object Julia extends Language with Product with Serializable
- object Kotlin extends Language with Product with Serializable
- object LESS extends Language with Product with Serializable
- object Lisp extends Language with Product with Serializable
- object Lua extends Language with Product with Serializable
- object Markdown extends Language with Product with Serializable
- object OCaml extends Language with Product with Serializable
- object ObjectiveC extends Language with Product with Serializable
- object PHP extends Language with Product with Serializable
- object PLSQL extends Language with Product with Serializable
- object Perl extends Language with Product with Serializable
- object Powershell extends Language with Product with Serializable
- object Prolog extends Language with Product with Serializable
- object Python extends Language with Product with Serializable
- object R extends Language with Product with Serializable
- object Ruby extends Language with Product with Serializable
- object Rust extends Language with Product with Serializable
- object SASS extends Language with Product with Serializable
- object SQL extends Language with Product with Serializable
- object Scala extends Language with Product with Serializable
- object Scratch extends Language with Product with Serializable
- object Shell extends Language with Product with Serializable
- object Solidity extends Language with Product with Serializable
- object Swift extends Language with Product with Serializable
- object TSQL extends Language with Product with Serializable
- object Terraform extends Language with Product with Serializable
- object TypeScript extends Language with Product with Serializable
- object Velocity extends Language with Product with Serializable
- object VisualBasic extends Language with Product with Serializable
- object VisualForce extends Language with Product with Serializable
- object XML extends Language with Product with Serializable
- object YAML extends Language with Product with Serializable