com.codacy.plugins.api.languages

Languages

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Apex extends Language with Product with Serializable

  7. object C extends Language with Product with Serializable

  8. object CPP extends Language with Product with Serializable

  9. object CSS extends Language with Product with Serializable

  10. object CSharp extends Language with Product with Serializable

  11. object Clojure extends Language with Product with Serializable

  12. object Cobol extends Language with Product with Serializable

  13. object CoffeeScript extends Language with Product with Serializable

  14. object Dart extends Language with Product with Serializable

  15. object Dockerfile extends Language with Product with Serializable

  16. object Elixir extends Language with Product with Serializable

  17. object Elm extends Language with Product with Serializable

  18. object Erlang extends Language with Product with Serializable

  19. object FSharp extends Language with Product with Serializable

  20. object Fortran extends Language with Product with Serializable

  21. object Go extends Language with Product with Serializable

  22. object Groovy extends Language with Product with Serializable

  23. object HTML extends Language with Product with Serializable

  24. object Haskell extends Language with Product with Serializable

  25. object JSON extends Language with Product with Serializable

  26. object JSP extends Language with Product with Serializable

  27. object Java extends Language with Product with Serializable

  28. object Javascript extends Language with Product with Serializable

  29. object Julia extends Language with Product with Serializable

  30. object Kotlin extends Language with Product with Serializable

  31. object LESS extends Language with Product with Serializable

  32. object Lisp extends Language with Product with Serializable

  33. object Lua extends Language with Product with Serializable

  34. object Markdown extends Language with Product with Serializable

  35. object OCaml extends Language with Product with Serializable

  36. object ObjectiveC extends Language with Product with Serializable

  37. object PHP extends Language with Product with Serializable

  38. object PLSQL extends Language with Product with Serializable

  39. object Perl extends Language with Product with Serializable

  40. object Powershell extends Language with Product with Serializable

  41. object Prolog extends Language with Product with Serializable

  42. object Python extends Language with Product with Serializable

  43. object R extends Language with Product with Serializable

  44. object Ruby extends Language with Product with Serializable

  45. object Rust extends Language with Product with Serializable

  46. object SASS extends Language with Product with Serializable

  47. object SQL extends Language with Product with Serializable

  48. object Scala extends Language with Product with Serializable

  49. object Scratch extends Language with Product with Serializable

  50. object Shell extends Language with Product with Serializable

  51. object Solidity extends Language with Product with Serializable

  52. object Swift extends Language with Product with Serializable

  53. object TypeScript extends Language with Product with Serializable

  54. object Velocity extends Language with Product with Serializable

  55. object VisualBasic extends Language with Product with Serializable

  56. object VisualForce extends Language with Product with Serializable

  57. object XML extends Language with Product with Serializable

  58. object YAML extends Language with Product with Serializable

  59. val all: Set[Language]

  60. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  61. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  63. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  64. def extensions(language: Language): Option[Set[String]]

  65. lazy val extensionsByLanguage: Map[Language, Set[String]]

  66. def filenames(language: Language): Option[Set[String]]

  67. lazy val filenamesByLanguage: Map[Language, Set[String]]

  68. def filter(files: Set[String], languages: Set[Language], customExtensions: Map[Language, Set[String]] = Map.empty[Language, Set[String]]): Set[String]

  69. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  70. def forPath(filePath: String, customExtensions: List[(Language, Seq[String])] = List.empty[(Language, Seq[String])]): Option[Language]

  71. def fromName(name: String): Option[Language]

  72. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  73. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  74. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  75. lazy val languageByExtension: Map[String, Language]

  76. lazy val languageByFilename: Map[String, Language]

  77. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  78. final def notify(): Unit

    Definition Classes
    AnyRef
  79. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  80. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  81. def toString(): String

    Definition Classes
    AnyRef → Any
  82. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped