ScriptingImplementation

interface ScriptingImplementation

Interface for a single object that parses, interprets, and executes scripts.

Functions

autocomplete
Link copied to clipboard
open fun autocomplete(command: String, cursorPos: Int? = null): AutocompleteResults
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
exec
Link copied to clipboard
open fun exec(command: String): ExecResult
hashCode
Link copied to clipboard
open fun hashCode(): Int
motd
Link copied to clipboard
open fun motd(): String
terminate
Link copied to clipboard
open fun terminate(): Exception?
toString
Link copied to clipboard
open fun toString(): String

Inheritors

ScriptingBackend
Link copied to clipboard
ScriptingReplManager
Link copied to clipboard

Sources

jvm source
Link copied to clipboard