EmbeddedScriptLanguage
Enumerates languages which are supported for embedded scripting in Elide.
Content copied to clipboard
elide.assets.EmbeddedScriptLanguage
Properties
Link copied to clipboard
The language is Groovy; language support for JVM with Groovy compiler.
Content copied to clipboard
GROOVY = 6;
Link copied to clipboard
The language is Java; language support for JVM.
Content copied to clipboard
JAVA = 4;
Link copied to clipboard
The language is Java; language support for JVM.
Content copied to clipboard
JAVA = 4;
Link copied to clipboard
The language is a dialect of JavaScript.
Content copied to clipboard
JAVASCRIPT = 1;
Link copied to clipboard
The language is a dialect of JavaScript.
Content copied to clipboard
JAVASCRIPT = 1;
Link copied to clipboard
The language is Kotlin; language support for JVM with Kotlin compiler.
Content copied to clipboard
KOTLIN = 5;
Link copied to clipboard
The language is Kotlin; language support for JVM with Kotlin compiler.
Content copied to clipboard
KOTLIN = 5;
Link copied to clipboard
The language is unknown or unspecified; regular code should not use this value.
Content copied to clipboard
LANGUAGE_UNSPECIFIED = 0;
Link copied to clipboard
The language is Python; language support for Python.
Content copied to clipboard
PYTHON = 2;
Link copied to clipboard
The language is Python; language support for Python.
Content copied to clipboard
PYTHON = 2;
Link copied to clipboard
The language is Ruby; language support for Ruby.
Content copied to clipboard
RUBY = 3;
Link copied to clipboard
The language is Ruby; language support for Ruby.
Content copied to clipboard
RUBY = 3;
Link copied to clipboard
The language is Scala; language support for JVM with Scala compiler.
Content copied to clipboard
SCALA = 7;
Link copied to clipboard
The language is TypeScript; language support for JavaScript with the TS compiler.
Content copied to clipboard
TYPESCRIPT = 8;
Link copied to clipboard
The language is TypeScript; language support for JavaScript with the TS compiler.
Content copied to clipboard
TYPESCRIPT = 8;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.