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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ControlError to any2stringadd[ControlError] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
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
->[B](y: B): (ControlError, B)
- Implicit
- This member is added by an implicit conversion from ControlError to ArrowAssoc[ControlError] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
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
-
def
ensuring(cond: (ControlError) ⇒ Boolean, msg: ⇒ Any): ControlError
- Implicit
- This member is added by an implicit conversion from ControlError to Ensuring[ControlError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ControlError) ⇒ Boolean): ControlError
- Implicit
- This member is added by an implicit conversion from ControlError to Ensuring[ControlError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ControlError
- Implicit
- This member is added by an implicit conversion from ControlError to Ensuring[ControlError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ControlError
- Implicit
- This member is added by an implicit conversion from ControlError to Ensuring[ControlError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val err: SemanticError
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ControlError to StringFormat[ControlError] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (ControlError, B)
- Implicit
- This member is added by an implicit conversion from ControlError to ArrowAssoc[ControlError] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc