class DotSemantics[Abs, Time] extends Semantics[Term, Abs, Addr, Time]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DotSemantics
- Semantics
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DotSemantics()(implicit arg0: DotLattice[Abs], arg1: Timestamp[Time])
Type Members
Value Members
-
implicit
def
actionToSet(action: Action[Term, Abs, Addr]): Set[Action[Term, Abs, Addr]]
- Definition Classes
- Semantics
-
def
initialBindings: Iterable[(String, Addr, Abs)]
Defines the elements in the initial environment/store
Defines the elements in the initial environment/store
- Definition Classes
- Semantics
-
def
initialEnv: Iterable[(String, Addr)]
- Definition Classes
- Semantics
-
def
initialStore: Iterable[(Addr, Abs)]
- Definition Classes
- Semantics
-
implicit
def
mfActionToActions(mf: MayFail[Action[Term, Abs, Addr]]): Set[Action[Term, Abs, Addr]]
- Definition Classes
- Semantics
-
implicit
def
mfToActions(mf: MayFail[Set[Action[Term, Abs, Addr]]]): Set[Action[Term, Abs, Addr]]
- Definition Classes
- Semantics
-
def
parse(program: String): Term
Defines how to parse a program
Defines how to parse a program
- Definition Classes
- DotSemantics → Semantics
-
def
stepEval(t: Term, env: Env, store: Sto, time: Time): Set[Action[Term, Abs, Addr]]
Defines what actions should be taken when an expression e needs to be evaluated, in environment env with store store
Defines what actions should be taken when an expression e needs to be evaluated, in environment env with store store
- Definition Classes
- DotSemantics → Semantics
-
def
stepKont(v: Abs, frame: Frame, store: Sto, time: Time): Set[Action[Term, Abs, Addr]]
Defines what actions should be taken when a value v has been reached, and the topmost frame is frame
Defines what actions should be taken when a value v has been reached, and the topmost frame is frame
- Definition Classes
- DotSemantics → Semantics
-
def
stepReceive(self: Any, mname: String, margsv: List[Abs], d: Term, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[Term, Abs, Addr]]
WIP
WIP
- Definition Classes
- Semantics
-
object
Action extends ActionHelpers[Exp, Abs, Addr]
- Definition Classes
- Semantics