Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

J

joinArrays(T[]...) - Static method in class com.blackrook.rookscript.struct.Utils
Concatenates a set of arrays together, such that the contents of each array are joined into one array.
JSONFunctions - Enum Class in com.blackrook.rookscript.functions
Script common functions for converting JSON to Maps (and vice-versa).
JSONSTR - Enum constant in enum class com.blackrook.rookscript.functions.JSONFunctions
 
JUMP - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
Jump to index.
JUMP_BRANCH - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
Jump to index based on POP.
JUMP_FALSE - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
Jump to index if POP is false.
JUMP_FALSECOALESCE - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
Jump to label if stack top is true-equivalent, else pop.
JUMP_NULLCOALESCE - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
Jump to label if stack top is not null, else pop.
JUMP_TRUE - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
Jump to index if POP is true.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form