Packages

  • package root
    Definition Classes
    root
  • class SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] extends Semantics[Exp, Abs, Addr, Time]
    Definition Classes
    root
c

SemanticsWithAnalysis

class SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] extends Semantics[Exp, Abs, Addr, Time]

Linear Supertypes
Semantics[Exp, Abs, Addr, Time], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SemanticsWithAnalysis
  2. Semantics
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SemanticsWithAnalysis(sem: Semantics[Exp, Abs, Addr, Time], analysis: Analysis[L, Exp, Abs, Addr, Time])(implicit arg0: Expression[Exp], arg1: JoinLattice[Abs], arg2: Address[Addr], arg3: Timestamp[Time])

Value Members

  1. object Action extends ActionHelpers[Exp, Abs, Addr]
    Definition Classes
    Semantics
  2. implicit def actionToSet(action: Action[Exp, Abs, Addr]): Set[Action[Exp, Abs, Addr]]
    Definition Classes
    Semantics
  3. def analysisResult: L
  4. 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
  5. def initialEnv: Iterable[(String, Addr)]
    Definition Classes
    Semantics
  6. def initialStore: Iterable[(Addr, Abs)]
    Definition Classes
    Semantics
  7. implicit def mfActionToActions(mf: MayFail[Action[Exp, Abs, Addr]]): Set[Action[Exp, Abs, Addr]]
    Definition Classes
    Semantics
  8. implicit def mfToActions(mf: MayFail[Set[Action[Exp, Abs, Addr]]]): Set[Action[Exp, Abs, Addr]]
    Definition Classes
    Semantics
  9. def parse(program: String): Exp

    Defines how to parse a program

    Defines how to parse a program

    Definition Classes
    SemanticsWithAnalysisSemantics
  10. def stepEval(e: Exp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[Exp, 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
    SemanticsWithAnalysisSemantics
  11. def stepKont(v: Abs, frame: Frame, store: Store[Addr, Abs], t: Time): Set[Action[Exp, 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
    SemanticsWithAnalysisSemantics
  12. 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]]

    WIP

    WIP

    Definition Classes
    Semantics