Packages

object CodeLanguage extends Enum[CodeLanguage] with PlayLowercaseJsonEnum[CodeLanguage]

Linear Supertypes
PlayLowercaseJsonEnum[CodeLanguage], Enum[CodeLanguage], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CodeLanguage
  2. PlayLowercaseJsonEnum
  3. Enum
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val backEndJsonFormat: Format[BackEndCodeLanguage]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. macro def findValues: IndexedSeq[CodeLanguage]
    Attributes
    protected
    Definition Classes
    Enum
  10. def formatToLanguage(format: String): FrontEndCodeLanguage

    Here for backward compatibility with instructions like Reformat, that use "pass" or "spark" format instead of "scala".

    Here for backward compatibility with instructions like Reformat, that use "pass" or "spark" format instead of "scala". All the new code and new instructions should be developed using one of the CodeLanguage languages, without exceptions (!!!).

  11. implicit val frontEndJsonFormat: Format[FrontEndCodeLanguage]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def indexOf(member: CodeLanguage): Int
    Definition Classes
    Enum
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. implicit val jsonFormat: Format[CodeLanguage]
    Definition Classes
    PlayLowercaseJsonEnum
  17. final lazy val lowerCaseNamesToValuesMap: Map[String, CodeLanguage]
    Definition Classes
    Enum
  18. lazy val namesToValuesMap: Map[String, CodeLanguage]
    Definition Classes
    Enum
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. implicit def notebookLanguageToString(notebookLanguage: CodeLanguage): String
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. implicit def stringToNotebookLanguage(str: String): CodeLanguage
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final lazy val upperCaseNameValuesToMap: Map[String, CodeLanguage]
    Definition Classes
    Enum
  27. def values: IndexedSeq[CodeLanguage]
    Definition Classes
    CodeLanguage → Enum
  28. final lazy val valuesToIndex: Map[CodeLanguage, Int]
    Definition Classes
    Enum
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withName(name: String): CodeLanguage
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  33. def withNameInsensitive(name: String): CodeLanguage
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  34. def withNameInsensitiveOption(name: String): Option[CodeLanguage]
    Definition Classes
    Enum
  35. def withNameLowercaseOnly(name: String): CodeLanguage
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  36. def withNameLowercaseOnlyOption(name: String): Option[CodeLanguage]
    Definition Classes
    Enum
  37. def withNameOption(name: String): Option[CodeLanguage]
    Definition Classes
    Enum
  38. def withNameUppercaseOnly(name: String): CodeLanguage
    Definition Classes
    Enum
    Annotations
    @SuppressWarnings()
  39. def withNameUppercaseOnlyOption(name: String): Option[CodeLanguage]
    Definition Classes
    Enum
  40. object python extends CodeLanguage with FrontEndCodeLanguage with BackEndCodeLanguage with Product with Serializable
  41. object r extends CodeLanguage with Product with Serializable
  42. object scala extends CodeLanguage with FrontEndCodeLanguage with BackEndCodeLanguage with Product with Serializable
  43. object sql extends CodeLanguage with FrontEndCodeLanguage with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PlayLowercaseJsonEnum[CodeLanguage]

Inherited from Enum[CodeLanguage]

Inherited from AnyRef

Inherited from Any

Ungrouped