ReflectiveScriptingBackend

class ReflectiveScriptingBackend : ScriptingBackend

Types

Metadata
Link copied to clipboard
object Metadata : ScriptingBackend_metadata

Functions

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

Properties

commandparams
Link copied to clipboard
private val commandparams: Map<String, Int>
displayNote
Link copied to clipboard
var displayNote: String? = null
examples
Link copied to clipboard
private val examples: List<String>
metadata
Link copied to clipboard
open val metadata: ScriptingBackend_metadata

Let the companion object of the correct subclass be accessed in subclass instances.

tests
Link copied to clipboard
private val tests: List<String>
userTerminable
Link copied to clipboard
var userTerminable: Boolean = true

Sources

jvm source
Link copied to clipboard