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.type
object Apex.type
object C.type
object CPP.type
object CSS.type
object CSharp.type
object Clojure.type
object Cobol.type
object CoffeeScript.type
object Crystal.type
object Dart.type
object Dockerfile.type
object Elixir.type
object Elm.type
object Erlang.type
object FSharp.type
object Fortran.type
object Go.type
object Groovy.type
object HTML.type
object Haskell.type
object JSON.type
object JSP.type
object Java.type
object Javascript.type
object Julia.type
object Kotlin.type
object LESS.type
object Lisp.type
object Lua.type
object Markdown.type
object OCaml.type
object PHP.type
object PLSQL.type
object Perl.type
object Powershell.type
object Prolog.type
object Python.type
object R.type
object Ruby.type
object Rust.type
object SASS.type
object SQL.type
object Scala.type
object Scratch.type
object Shell.type
object Solidity.type
object Swift.type
object TSQL.type
object Terraform.type
object TypeScript.type
object Velocity.type
object VisualBasic.type
object VisualForce.type
object XML.type
object YAML.type
object `Objective C`.type
Self type
Product

Members list

Concise view

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