ScriptingRawReplManager
class ScriptingRawReplManager(scope: Any, blackbox: Blackbox) : ScriptingReplManager
Content copied to clipboard
REPL manager that sends and receives only raw code and prints raw strings with a black box. Allows interacting with an external script interpreter, but not suitable for exposing Kotlin-side API in external scripts.
Constructors
ScriptingRawReplManager
Link copied to clipboard
Functions
autocomplete
Link copied to clipboard
open override fun autocomplete(command: String, cursorPos: Int?): AutocompleteResults
Content copied to clipboard
exec
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard