IntpInterface

de.sciss.scalainterpreter.impl.IntpInterface

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class IMainImpl

Members list

Concise view

Value members

Abstract methods

def bind(tup: (String, Any)): Unit
def interpretWithResult(line: String, synthetic: Boolean, quiet: Boolean): Result
def interpretWithoutResult(line: String, synthetic: Boolean, quiet: Boolean): Result
def setExecutionWrapper(code: String): Unit