ScalaInterpreter

ij_plugins.scala.console.ScalaInterpreter$
See theScalaInterpreter companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class ErrStreamEvent(data: String) extends InterpreterEvent

New value data in the standard err stream.

New value data in the standard err stream.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Event marker trait.

Event marker trait.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class InterpreterLogEvent(data: String) extends InterpreterEvent

New value data in the interpreter log.

New value data in the interpreter log.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class OutStreamEvent(data: String) extends InterpreterEvent

New value data in the standard out stream.

New value data in the standard out stream.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ResultEvent(result: Result) extends InterpreterEvent

Posted after interpreter finished with results returned by the interpreter

Posted after interpreter finished with results returned by the interpreter

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed abstract class State(val entryName: String) extends EnumEntry

Interpreter execution state.

Interpreter execution state.

Attributes

Companion:
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object Ready.type
object Running.type
object State extends Enum[State]

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
trait Enum[State]
class Object
trait Matchable
class Any
Self type
State.type
case class StateEvent(state: State) extends InterpreterEvent

Interpreter state changed.

Interpreter state changed.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any