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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ControlEval
- 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 ControlEval(exp: Exp, env: Environment[Addr])
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 ControlEval to any2stringadd[ControlEval] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
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
-
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 ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Diffable
-
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
-
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
-
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
-
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
- val env: Environment[Addr]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exp: Exp
-
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()
-
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 ControlEval 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 ControlEval 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 ControlEval 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 ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- Product
-
def
subsumes(that: Control): Boolean
- Definition Classes
- ControlEval → 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 ControlEval 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 ControlEval to JValue performed by method controlToJSON in EvalKontMachine.Control.
- Definition Classes
- JValue
-
def
toString(): String
- Definition Classes
- ControlEval → AnyRef → Any
-
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
-
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): (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