InterpreterPaneImpl

de.sciss.scalainterpreter.impl.InterpreterPaneImpl$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(config: Config, interpreterConfig: Config, codePaneConfig: Config)(implicit exec: ExecutionContext): InterpreterPane
def bang(codePane: CodePane, interpreter: Interpreter): Option[Result]
def wrap(interpreter: Interpreter, codePane: CodePane): InterpreterPane
def wrapAsync(interpreter: Future[Interpreter], codePane: CodePane)(implicit exec: ExecutionContext): InterpreterPane