IMainImpl

final class IMainImpl(out: PrintStream, loader: ClassLoader) extends IntpInterface with Completer
trait Completer
class Object
trait Matchable
class Any

Value members

Concrete methods

def bind(tup: (String, Any)): Unit
def complete(buffer: String, cursor: Int, tabCount: Int): Result
def interpretWithResult(line: String, synthetic: Boolean, quiet: Boolean): Result
def interpretWithoutResult(line: String, synthetic: Boolean, quiet: Boolean): Result
def setExecutionWrapper(code: String): Unit