de.sciss.scalainterpreter.Interpreter$
See theInterpreter companion trait
object Interpreter
The Interpreter wraps the underlying Scala interpreter functionality.
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Interpreter.type
Members list
Concise view
Type members
Classlikes
object Config
Configuration for an interpreter.
object ConfigBuilder
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ConfigBuilder.type
Attributes
- Companion:
- object
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait Configtrait ConfigBuilder
Attributes
- Graph
- Supertypes
Attributes
- Graph
- Supertypes
- trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Resultclass Objecttrait Matchableclass Any
- Self type
- Incomplete.type
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
Value members
Concrete methods
Creates a new interpreter with the given settings.
Creates a new interpreter with the given settings.
Attributes
- config
the configuration for the interpreter.
- Returns:
the new Scala interpreter
Convenience constructor with calls apply inside a blocking future.
Convenience constructor with calls apply inside a blocking future.