case class ControlKont(v: Abs) extends Control with Product with Serializable
Or it can be a continuation component, where a value has been reached and a continuation should be popped from the stack to continue the evaluation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ControlKont
- Serializable
- Serializable
- Product
- Equals
- Control
- AnyRef
- Any
Implicitly
- by controlToJSON
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ControlKont(v: Abs)
Value Members
-
def
++(other: JValue): JValue
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
apply(i: Int): JValue
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
canEqual(that: Any): Boolean
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Equals
-
def
children: List[JValue]
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
diff(other: JValue): Diff
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Diffable
-
def
productArity: Int
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Product
-
def
productElement(n: Int): Any
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Product
-
def
productIterator: Iterator[Any]
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Product
-
def
productPrefix: String
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Product
-
def
subsumes(that: Control): Boolean
- Definition Classes
- ControlKont → Control
-
def
toOption: Option[JValue]
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
toSome: Option[JValue]
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
toString(): String
- Definition Classes
- ControlKont → AnyRef → Any
- val v: Abs
-
def
values: Values
- Implicit
- This member is added by an implicit conversion from ControlKont to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue