GuestLanguage
# Guest Language
Enumerates known guest programming languages, which may be used alongside JVM technologies in an Elide application.
This list may grow over time.
Content copied to clipboard
elide.meta.GuestLanguage
Properties
Link copied to clipboard
Guest language: JavaScript.
Content copied to clipboard
JAVASCRIPT = 1;
Link copied to clipboard
Guest language: LLVM.
Content copied to clipboard
LLVM = 4;
Link copied to clipboard
No guest language is available.
Content copied to clipboard
NO_GUEST_ENABLED = 0;
Link copied to clipboard
Guest language: Python.
Content copied to clipboard
PYTHON = 5;
Link copied to clipboard
Guest language: Ruby.
Content copied to clipboard
RUBY = 6;
Link copied to clipboard
Guest language: WASM.
Content copied to clipboard
WASM = 3;
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.