Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- RAD2DEG - Enum constant in enum class com.blackrook.rookscript.functions.MathFunctions
- radToDeg(double) - Static method in class com.blackrook.rookscript.struct.Utils
-
Converts radians to degrees.
- read() - Method in class com.blackrook.rookscript.ScriptEnvironment
-
Reads from the standard in stream, if bound.
- read(byte[], int, int) - Method in class com.blackrook.rookscript.ScriptEnvironment
-
Reads from the standard in stream into an array, if bound.
- read(DataInput) - Static method in class com.blackrook.rookscript.struct.Utils
-
Reads a set of bytes until end-of-stream or file.
- read(DataInput, byte[], int, int) - Static method in class com.blackrook.rookscript.struct.Utils
-
Reads a set of bytes until end-of-stream or file.
- read(File, ScriptHostFunctionResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a starting text file.
- read(File, ScriptHostFunctionResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a starting text file.
- read(File, ScriptHostFunctionResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a starting text file.
- read(File, ScriptHostFunctionResolver, ScriptScopeResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a starting text file.
- read(File, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a starting text file.
- read(File, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a starting text file.
- read(String, ScriptHostFunctionResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, ScriptHostFunctionResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, ScriptHostFunctionResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, ScriptHostFunctionResolver, ScriptScopeResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, InputStream, ScriptHostFunctionResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script.
- read(String, InputStream, ScriptHostFunctionResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script.
- read(String, InputStream, ScriptHostFunctionResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script.
- read(String, InputStream, ScriptHostFunctionResolver, ScriptScopeResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script.
- read(String, InputStream, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script.
- read(String, InputStream, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script.
- read(String, Reader, ScriptHostFunctionResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a reader stream.
- read(String, Reader, ScriptHostFunctionResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a reader stream.
- read(String, Reader, ScriptHostFunctionResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a reader stream.
- read(String, Reader, ScriptHostFunctionResolver, ScriptScopeResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a reader stream.
- read(String, Reader, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a reader stream.
- read(String, Reader, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a reader stream.
- read(String, String, ScriptHostFunctionResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, String, ScriptHostFunctionResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, String, ScriptHostFunctionResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, String, ScriptHostFunctionResolver, ScriptScopeResolver) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, String, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- read(String, String, ScriptHostFunctionResolver, ScriptScopeResolver, ScriptReaderIncluder, ScriptReaderOptions) - Static method in class com.blackrook.rookscript.compiler.ScriptReader
-
Reads a script from a String of text.
- READ - Enum constant in enum class com.blackrook.rookscript.functions.io.StreamingIOFunctions
- READBYTE - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- readBytes(Integer, byte[], int, int) - Method in class com.blackrook.rookscript.ScriptValue.BufferType
-
Reads bytes from a byte array into this buffer.
- readBytes(Integer, ScriptValue.BufferType, int) - Method in class com.blackrook.rookscript.ScriptValue.BufferType
-
Reads bytes from another buffer into this one.
- readBytes(Integer, ScriptValue.BufferType, Integer, int) - Method in class com.blackrook.rookscript.ScriptValue.BufferType
-
Reads bytes from another buffer into this one.
- readBytes(Integer, DataInput, int) - Method in class com.blackrook.rookscript.ScriptValue.BufferType
-
Reads bytes from an input stream into this buffer.
- readChar() - Method in class com.blackrook.rookscript.struct.Lexer
-
Reads a character from the stream.
- readChar() - Method in class com.blackrook.rookscript.struct.Lexer.ReaderStack
-
Reads the next character.
- readChar() - Method in class com.blackrook.rookscript.struct.PreprocessorLexer
- READDOUBLE - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- ReaderStack() - Constructor for class com.blackrook.rookscript.struct.Lexer.ReaderStack
-
Creates a new empty ReaderStack.
- ReaderStack(String, Reader) - Constructor for class com.blackrook.rookscript.struct.Lexer.ReaderStack
-
Creates a new ReaderStack.
- READFLOAT - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- READINT - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- READJSON - Enum constant in enum class com.blackrook.rookscript.functions.JSONFunctions
- READLONG - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- readScript(Script) - Method in class com.blackrook.rookscript.compiler.ScriptParser
-
Starts parsing a script.
- READSHORT - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- READSTR - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- READUINT - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- READUSHORT - Enum constant in enum class com.blackrook.rookscript.functions.io.DataIOFunctions
- REGEXCONTAINS - Enum constant in enum class com.blackrook.rookscript.functions.RegexFunctions
- REGEXFIND - Enum constant in enum class com.blackrook.rookscript.functions.RegexFunctions
- REGEXFINDALL - Enum constant in enum class com.blackrook.rookscript.functions.RegexFunctions
- RegexFunctions - Enum Class in com.blackrook.rookscript.functions
-
A set of RegEx functions.
- REGEXMATCHES - Enum constant in enum class com.blackrook.rookscript.functions.RegexFunctions
- REGEXSPLIT - Enum constant in enum class com.blackrook.rookscript.functions.RegexFunctions
- registerCloseable(AutoCloseable) - Method in class com.blackrook.rookscript.ScriptInstance
-
Registers a resource that will be automatically closed when this instance terminates.
- relay(DataInput, DataOutput, int, int) - Static method in class com.blackrook.rookscript.struct.Utils
-
Reads from an input stream, reading in a consistent set of data and writing it to the output stream.
- RELAY - Enum constant in enum class com.blackrook.rookscript.functions.io.StreamingIOFunctions
- release(ScriptInstance) - Method in class com.blackrook.rookscript.ScriptInstanceFactory
-
Destroys an instance and releases pooled objects.
- remove(ScriptValue) - Method in class com.blackrook.rookscript.ScriptValue.ListType
-
Finds an object and removes it from the list.
- removeFirst(K) - Method in class com.blackrook.rookscript.struct.HashDequeMap
-
Removes a value from the beginning of a deque.
- removeIndex(int) - Method in class com.blackrook.rookscript.resolvers.variable.AbstractVariableResolver
- removeIndex(int, ScriptValue) - Method in class com.blackrook.rookscript.ScriptValue.ListType
-
Removes an object at an index.
- removeLast(K) - Method in class com.blackrook.rookscript.struct.HashDequeMap
-
Removes a value from the end of a deque.
- removeValue(K, V) - Method in class com.blackrook.rookscript.struct.HashDequeMap
-
Removes a value from a deque.
- reset() - Method in class com.blackrook.rookscript.ScriptInstance
-
Resets the instance.
- reset() - Method in class com.blackrook.rookscript.ScriptInstanceStack
-
Resets the stack.
- resume() - Method in class com.blackrook.rookscript.ScriptInstance
-
Sets the RUNNING state.
- RETURN - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
-
Return value.
- returns(ScriptFunctionType.Usage.TypeUsage...) - Method in class com.blackrook.rookscript.lang.ScriptFunctionUsage
-
Adds return types.
- RIGHT_SHIFT - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
-
Right Bit Shift.
- RIGHT_SHIFT_PADDED - Enum constant in enum class com.blackrook.rookscript.lang.ScriptCommandType
-
Right Bit Shift Padded.
- rightShift(ScriptValue, ScriptValue, ScriptValue) - Static method in class com.blackrook.rookscript.ScriptValue
-
Right shift calculation.
- rightShiftPadded(ScriptValue, ScriptValue, ScriptValue) - Static method in class com.blackrook.rookscript.ScriptValue
-
Right shift padded calculation.
- ROUND - Enum constant in enum class com.blackrook.rookscript.functions.MathFunctions
- RUNNING - Enum constant in enum class com.blackrook.rookscript.ScriptInstance.State
-
Currently running.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form