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 Crystal extends Language with Product with Serializable

  15. object Dart extends Language with Product with Serializable

  16. object Dockerfile extends Language with Product with Serializable

  17. object Elixir extends Language with Product with Serializable

  18. object Elm extends Language with Product with Serializable

  19. object Erlang extends Language with Product with Serializable

  20. object FSharp extends Language with Product with Serializable

  21. object Fortran extends Language with Product with Serializable

  22. object Go extends Language with Product with Serializable

  23. object Groovy extends Language with Product with Serializable

  24. object HTML extends Language with Product with Serializable

  25. object Haskell extends Language with Product with Serializable

  26. object JSON extends Language with Product with Serializable

  27. object JSP extends Language with Product with Serializable

  28. object Java extends Language with Product with Serializable

  29. object Javascript extends Language with Product with Serializable

  30. object Julia extends Language with Product with Serializable

  31. object Kotlin extends Language with Product with Serializable

  32. object LESS extends Language with Product with Serializable

  33. object Lisp extends Language with Product with Serializable

  34. object Lua extends Language with Product with Serializable

  35. object Markdown extends Language with Product with Serializable

  36. object OCaml extends Language with Product with Serializable

  37. object ObjectiveC extends Language with Product with Serializable

  38. object PHP extends Language with Product with Serializable

  39. object PLSQL extends Language with Product with Serializable

  40. object Perl extends Language with Product with Serializable

  41. object Powershell extends Language with Product with Serializable

  42. object Prolog extends Language with Product with Serializable

  43. object Python extends Language with Product with Serializable

  44. object R extends Language with Product with Serializable

  45. object Ruby extends Language with Product with Serializable

  46. object Rust extends Language with Product with Serializable

  47. object SASS extends Language with Product with Serializable

  48. object SQL extends Language with Product with Serializable

  49. object Scala extends Language with Product with Serializable

  50. object Scratch extends Language with Product with Serializable

  51. object Shell extends Language with Product with Serializable

  52. object Solidity extends Language with Product with Serializable

  53. object Swift extends Language with Product with Serializable

  54. object TypeScript extends Language with Product with Serializable

  55. object Velocity extends Language with Product with Serializable

  56. object VisualBasic extends Language with Product with Serializable

  57. object VisualForce extends Language with Product with Serializable

  58. object XML extends Language with Product with Serializable

  59. object YAML extends Language with Product with Serializable

  60. val all: Set[Language]

  61. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  62. def clone(): AnyRef

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

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

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

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

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

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

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

  70. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  82. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped