Results

ij_plugins.scala.console.scripting.Results$
object Results

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Results.type

Members list

Concise view

Type members

Classlikes

case object Error extends Result

The line was erroneous in some way.

The line was erroneous in some way.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Result
class Object
trait Matchable
class Any
Self type
Error.type
case object Incomplete extends Result

The input was incomplete. The caller should request more input.

The input was incomplete. The caller should request more input.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Result
class Object
trait Matchable
class Any
Self type
sealed abstract class Result

A result from the Interpreter interpreting one line of input.

A result from the Interpreter interpreting one line of input.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Error.type
object Incomplete.type
object Success.type
case object Success extends Result

The line was interpreted successfully.

The line was interpreted successfully.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Result
class Object
trait Matchable
class Any
Self type
Success.type