com.codacy.api.dtos

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

  35. object ObjectiveC extends Language with Product with Serializable

  36. object PHP extends Language with Product with Serializable

  37. object PLSQL extends Language with Product with Serializable

  38. object Perl extends Language with Product with Serializable

  39. object Prolog extends Language with Product with Serializable

  40. object Python extends Language with Product with Serializable

  41. object R extends Language with Product with Serializable

  42. object Ruby extends Language with Product with Serializable

  43. object Rust extends Language with Product with Serializable

  44. object SASS extends Language with Product with Serializable

  45. object SQL extends Language with Product with Serializable

  46. object Scala extends Language with Product with Serializable

  47. object Scratch extends Language with Product with Serializable

  48. object Shell extends Language with Product with Serializable

  49. object Swift extends Language with Product with Serializable

  50. object TypeScript extends Language with Product with Serializable

  51. object Velocity extends Language with Product with Serializable

  52. object VisualBasic extends Language with Product with Serializable

  53. object VisualForce extends Language with Product with Serializable

  54. object XML extends Language with Product with Serializable

  55. object YAML extends Language with Product with Serializable

  56. val all: Set[Language]

  57. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  58. def clone(): AnyRef

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

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

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

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

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

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

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

  66. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  78. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped