Language

com.codacy.plugins.api.languages.Language
sealed abstract class Language(val extensions: Set[String], val files: Set[String])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ABAP
object Apex
object C
object CPP
object CSS
object CSharp
object Clojure
object Cobol
object CoffeeScript
object Crystal
object Dart
object Dockerfile
object Elixir
object Elm
object Erlang
object FSharp
object Fortran
object Go
object Groovy
object HTML
object Haskell
object JSON
object JSP
object Java
object Javascript
object Julia
object Kotlin
object LESS
object Lisp
object Lua
object Markdown
object OCaml
object PHP
object PLSQL
object Perl
object Powershell
object Prolog
object Python
object R
object Ruby
object Rust
object SASS
object SQL
object Scala
object Scratch
object Shell
object Solidity
object Swift
object TSQL
object Terraform
object TypeScript
object Velocity
object VisualBasic
object VisualForce
object XML
object YAML
object `Objective C`
Show all
Self type
Product

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val extensions: Set[String]
val files: Set[String]
val name: String