case class ControlError(err: SemanticError) extends Control with Product with Serializable
Or an error component, in case an error is reached (e.g., incorrect number of arguments in a function call)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ControlError
- 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 ControlError(err: SemanticError)
Value Members
-
def
++(other: JValue): JValue
- Implicit
- This member is added by an implicit conversion from ControlError 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 ControlError 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 ControlError 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 ControlError 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 ControlError to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Diffable
- val err: SemanticError
-
def
productArity: Int
- Implicit
- This member is added by an implicit conversion from ControlError 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 ControlError 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 ControlError 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 ControlError to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Product
-
def
subsumes(that: Control): Boolean
- Definition Classes
- ControlError → Control
-
def
toOption: Option[JValue]
- Implicit
- This member is added by an implicit conversion from ControlError 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 ControlError to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
toString(): String
- Definition Classes
- ControlError → AnyRef → Any
-
def
values: Values
- Implicit
- This member is added by an implicit conversion from ControlError to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue