JewelScript Built-In Class Documentation
These are the documented interfaces, classes, delegates and cofunctions for this application.
Interfaces
exception | Strict interface for all classes that can be thrown as exceptions. |
Classes
array | This is the built-in array class. |
iterator | This is the built-in iterator class. |
list | This is the built-in list class. |
runtime | Static class containing functions that provide information about the JewelScript runtime. |
runtime_exception | When the runtime detects an error during a function call, it will generate and return an instance of this class. |
string | This is the built-in string class. |
stringMatch | Describes the result of string matching operation as returned by the string::matchString() and string::matchArray() methods. |
table | This is the built-in table class. |
Delegates
D_0_CR19_R19_R19 | Delegate type for the list::enumerate() method. |
D_0_CR6_CR16_CR16_R16 | Delegate type for the table::merge() function. |
D_0_R19_R19 | Delegate type for the table::enumerate() and array::enumerate() methods. |
D_1_1_R19 | Delegate type for the string::process() method. |
D_1_CR19_CR19 | Delegate type for the list::sort() and array::sort() methods. |
D_R19_R19_R19 | Delegate type for the array::process() method. |