object CodeLanguage extends Enum[CodeLanguage] with PlayLowercaseJsonEnum[CodeLanguage]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CodeLanguage
- PlayLowercaseJsonEnum
- Enum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val backEndJsonFormat: Format[BackEndCodeLanguage]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
macro
def
findValues: IndexedSeq[CodeLanguage]
- Attributes
- protected
- Definition Classes
- Enum
-
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 (!!!).
- implicit val frontEndJsonFormat: Format[FrontEndCodeLanguage]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
indexOf(member: CodeLanguage): Int
- Definition Classes
- Enum
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
val
jsonFormat: Format[CodeLanguage]
- Definition Classes
- PlayLowercaseJsonEnum
-
final
lazy val
lowerCaseNamesToValuesMap: Map[String, CodeLanguage]
- Definition Classes
- Enum
-
lazy val
namesToValuesMap: Map[String, CodeLanguage]
- Definition Classes
- Enum
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- implicit def notebookLanguageToString(notebookLanguage: CodeLanguage): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def stringToNotebookLanguage(str: String): CodeLanguage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
lazy val
upperCaseNameValuesToMap: Map[String, CodeLanguage]
- Definition Classes
- Enum
-
def
values: IndexedSeq[CodeLanguage]
- Definition Classes
- CodeLanguage → Enum
-
final
lazy val
valuesToIndex: Map[CodeLanguage, Int]
- Definition Classes
- Enum
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
withName(name: String): CodeLanguage
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameInsensitive(name: String): CodeLanguage
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameInsensitiveOption(name: String): Option[CodeLanguage]
- Definition Classes
- Enum
-
def
withNameLowercaseOnly(name: String): CodeLanguage
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameLowercaseOnlyOption(name: String): Option[CodeLanguage]
- Definition Classes
- Enum
-
def
withNameOption(name: String): Option[CodeLanguage]
- Definition Classes
- Enum
-
def
withNameUppercaseOnly(name: String): CodeLanguage
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameUppercaseOnlyOption(name: String): Option[CodeLanguage]
- Definition Classes
- Enum
- object python extends CodeLanguage with FrontEndCodeLanguage with BackEndCodeLanguage with Product with Serializable
- object r extends CodeLanguage with Product with Serializable
- object scala extends CodeLanguage with FrontEndCodeLanguage with BackEndCodeLanguage with Product with Serializable
- object sql extends CodeLanguage with FrontEndCodeLanguage with Product with Serializable
Deprecated Value Members
-
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.