Packages

  • package root
    Definition Classes
    root
  • abstract class EvalKontMachine[Exp, Abs, Addr, Time] extends AbstractMachine[Exp, Abs, Addr, Time]

    Abstract machine with a control component that works in an eval-kont way: it can either be evaluating something, or have reached a value and will pop a continuation.

    Abstract machine with a control component that works in an eval-kont way: it can either be evaluating something, or have reached a value and will pop a continuation.

    Definition Classes
    root
  • Control
  • ControlError
  • ControlEval
  • ControlKont
  • Output
c

EvalKontMachine

ControlEval

case class ControlEval(exp: Exp, env: Environment[Addr]) extends Control with Product with Serializable

It can either be an eval component, where an expression needs to be evaluated in an environment

Linear Supertypes
Serializable, Serializable, Product, Equals, Control, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ControlEval
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Control
  7. AnyRef
  8. Any
Implicitly
  1. by controlToJSON
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ControlEval(exp: Exp, env: Environment[Addr])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ControlEval to any2stringadd[ControlEval] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++(other: JValue): JValue
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    JValue
  5. def ->[B](y: B): (ControlEval, B)
    Implicit
    This member is added by an implicit conversion from ControlEval to ArrowAssoc[ControlEval] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def apply(i: Int): JValue
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    JValue
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def canEqual(that: Any): Boolean
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    Equals
  10. def children: List[JValue]
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    JValue
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def diff(other: JValue): Diff
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    Diffable
  13. def ensuring(cond: (ControlEval) ⇒ Boolean, msg: ⇒ Any): ControlEval
    Implicit
    This member is added by an implicit conversion from ControlEval to Ensuring[ControlEval] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ControlEval) ⇒ Boolean): ControlEval
    Implicit
    This member is added by an implicit conversion from ControlEval to Ensuring[ControlEval] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ControlEval
    Implicit
    This member is added by an implicit conversion from ControlEval to Ensuring[ControlEval] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ControlEval
    Implicit
    This member is added by an implicit conversion from ControlEval to Ensuring[ControlEval] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. val env: Environment[Addr]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val exp: Exp
  20. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ControlEval to StringFormat[ControlEval] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def productArity: Int
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    Product
  27. def productElement(n: Int): Any
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    Product
  28. def productIterator: Iterator[Any]
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    Product
  29. def productPrefix: String
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    Product
  30. def subsumes(that: Control): Boolean
    Definition Classes
    ControlEvalControl
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toOption: Option[JValue]
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    JValue
  33. def toSome: Option[JValue]
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    JValue
  34. def toString(): String
    Definition Classes
    ControlEval → AnyRef → Any
  35. def values: Values
    Implicit
    This member is added by an implicit conversion from ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
    Definition Classes
    JValue
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def [B](y: B): (ControlEval, B)
    Implicit
    This member is added by an implicit conversion from ControlEval to ArrowAssoc[ControlEval] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Control

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion controlToJSON from ControlEval to JValue

Inherited by implicit conversion any2stringadd from ControlEval to any2stringadd[ControlEval]

Inherited by implicit conversion StringFormat from ControlEval to StringFormat[ControlEval]

Inherited by implicit conversion Ensuring from ControlEval to Ensuring[ControlEval]

Inherited by implicit conversion ArrowAssoc from ControlEval to ArrowAssoc[ControlEval]

Ungrouped