abstract
class
Semantics[Exp, Abs, Addr, Time] extends AnyRef
Abstract Value Members
-
abstract
def
parse(program: String): Exp
-
abstract
def
stepEval(e: Exp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[Exp, Abs, Addr]]
-
abstract
def
stepKont(v: Abs, frame: Frame, store: Store[Addr, Abs], t: Time): Set[Action[Exp, Abs, Addr]]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Semantics[Exp, Abs, Addr, Time], B)
-
final
def
==(arg0: Any): Boolean
-
implicit
def
actionToSet(action: Action[Exp, Abs, Addr]): Set[Action[Exp, Abs, Addr]]
-
final
def
asInstanceOf[T0]: T0
-
def
bindArgs(l: List[(Identifier, Abs)], env: Environment[Addr], store: Store[Addr, Abs], t: Time): (Environment[Addr], Store[Addr, Abs])
-
def
clone(): AnyRef
-
def
ensuring(cond: (Semantics[Exp, Abs, Addr, Time]) ⇒ Boolean, msg: ⇒ Any): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: (Semantics[Exp, Abs, Addr, Time]) ⇒ Boolean): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: Boolean): Semantics[Exp, Abs, Addr, Time]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
initialBindings: Iterable[(String, Addr, Abs)]
-
def
initialEnv: Iterable[(String, Addr)]
-
def
initialStore: Iterable[(Addr, Abs)]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
mfActionToActions(mf: MayFail[Action[Exp, Abs, Addr]]): Set[Action[Exp, Abs, Addr]]
-
implicit
def
mfToActions(mf: MayFail[Set[Action[Exp, Abs, Addr]]]): Set[Action[Exp, Abs, Addr]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stepReceive(self: Any, mname: String, margsv: List[Abs], d: Exp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[Exp, Abs, Addr]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (Semantics[Exp, Abs, Addr, Time], B)
-
object
Action extends ActionHelpers[Exp, Abs, Addr]
Deprecated Value Members
-
def
finalize(): Unit
Inherited from AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
finalize(): Unit
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Semantics[Exp, Abs, Addr, Time] to any2stringadd[Semantics[Exp, Abs, Addr, Time]]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Semantics[Exp, Abs, Addr, Time] to StringFormat[Semantics[Exp, Abs, Addr, Time]]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
Semantics[Exp, Abs, Addr, Time] to Ensuring[Semantics[Exp, Abs, Addr, Time]]
Value Members
-
def
ensuring(cond: (Semantics[Exp, Abs, Addr, Time]) ⇒ Boolean, msg: ⇒ Any): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: (Semantics[Exp, Abs, Addr, Time]) ⇒ Boolean): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: Boolean): Semantics[Exp, Abs, Addr, Time]
Inherited by implicit conversion ArrowAssoc from
Semantics[Exp, Abs, Addr, Time] to ArrowAssoc[Semantics[Exp, Abs, Addr, Time]]
Value Members
-
def
->[B](y: B): (Semantics[Exp, Abs, Addr, Time], B)
-
def
→[B](y: B): (Semantics[Exp, Abs, Addr, Time], B)
Ungrouped
-
abstract
def
parse(program: String): Exp
-
abstract
def
stepEval(e: Exp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[Exp, Abs, Addr]]
-
abstract
def
stepKont(v: Abs, frame: Frame, store: Store[Addr, Abs], t: Time): Set[Action[Exp, Abs, Addr]]
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Semantics[Exp, Abs, Addr, Time], B)
-
final
def
==(arg0: Any): Boolean
-
implicit
def
actionToSet(action: Action[Exp, Abs, Addr]): Set[Action[Exp, Abs, Addr]]
-
final
def
asInstanceOf[T0]: T0
-
def
bindArgs(l: List[(Identifier, Abs)], env: Environment[Addr], store: Store[Addr, Abs], t: Time): (Environment[Addr], Store[Addr, Abs])
-
def
clone(): AnyRef
-
def
ensuring(cond: (Semantics[Exp, Abs, Addr, Time]) ⇒ Boolean, msg: ⇒ Any): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: (Semantics[Exp, Abs, Addr, Time]) ⇒ Boolean): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Semantics[Exp, Abs, Addr, Time]
-
def
ensuring(cond: Boolean): Semantics[Exp, Abs, Addr, Time]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
initialBindings: Iterable[(String, Addr, Abs)]
-
def
initialEnv: Iterable[(String, Addr)]
-
def
initialStore: Iterable[(Addr, Abs)]
-
final
def
isInstanceOf[T0]: Boolean
-
implicit
def
mfActionToActions(mf: MayFail[Action[Exp, Abs, Addr]]): Set[Action[Exp, Abs, Addr]]
-
implicit
def
mfToActions(mf: MayFail[Set[Action[Exp, Abs, Addr]]]): Set[Action[Exp, Abs, Addr]]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
stepReceive(self: Any, mname: String, margsv: List[Abs], d: Exp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[Exp, Abs, Addr]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
final
def
wait(): Unit
-
def
→[B](y: B): (Semantics[Exp, Abs, Addr, Time], B)
-
object
Action extends ActionHelpers[Exp, Abs, Addr]
-
def
finalize(): Unit