Packages

c

ASchemeSemanticsWithVisitorAndOptimization

class ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] extends ASchemeSemantics[Abs, Addr, Time, PID]

Linear Supertypes
ASchemeSemantics[Abs, Addr, Time, PID], SchemeSemantics[Abs, Addr, Time], BaseSchemeSemantics[Abs, Addr, Time], Semantics[SchemeExp, Abs, Addr, Time], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ASchemeSemanticsWithVisitorAndOptimization
  2. ASchemeSemantics
  3. SchemeSemantics
  4. BaseSchemeSemantics
  5. Semantics
  6. AnyRef
  7. 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 ASchemeSemanticsWithVisitorAndOptimization(primitives: Primitives[Addr, Abs], visitor: ActorVisitor[SchemeExp, Abs, Addr])(implicit arg0: IsASchemeLattice[Abs], arg1: Address[Addr], arg2: ActorTimestamp[Time], arg3: ThreadIdentifier[PID])

Type Members

  1. case class FrameBecome(argsv: List[Abs], args: List[SchemeExp], env: ASchemeSemantics.Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    ASchemeSemantics
  2. case class FrameCreate(argsv: List[Abs], args: List[SchemeExp], exp: SchemeExp, env: ASchemeSemantics.Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    ASchemeSemantics
  3. case class FrameSend(pos: Position, message: Identifier, target: Abs, argsv: List[Abs], args: List[SchemeExp], env: ASchemeSemantics.Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    ASchemeSemantics
  4. case class FrameSendTarget(pos: Position, message: Identifier, args: List[SchemeExp], env: ASchemeSemantics.Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    ASchemeSemantics
  5. type Actions = Set[Action[SchemeExp, Abs, Addr]]
    Definition Classes
    BaseSchemeSemantics
  6. type Env = Environment[Addr]
    Definition Classes
    BaseSchemeSemantics
  7. type Sto = Store[Addr, Abs]
    Definition Classes
    BaseSchemeSemantics
  8. case class FrameAnd(rest: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  9. case class FrameBegin(rest: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  10. case class FrameCase(clauses: List[(List[SchemeValue], List[SchemeExp])], default: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  11. case class FrameCond(cons: List[SchemeExp], clauses: List[(SchemeExp, List[SchemeExp])], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  12. case class FrameDefine(variable: Identifier, env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  13. case class FrameDoBody(toeval: List[SchemeExp], vars: List[(Identifier, V, Option[SchemeExp])], test: SchemeExp, finals: List[SchemeExp], commands: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  14. case class FrameDoInit(vars: List[(Identifier, V, Option[SchemeExp])], variable: Identifier, step: Option[SchemeExp], toeval: List[(Identifier, SchemeExp, Option[SchemeExp])], test: SchemeExp, finals: List[SchemeExp], commands: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  15. case class FrameDoStep(vars: List[(Identifier, V, Option[SchemeExp])], variable: Identifier, step: Option[SchemeExp], toeval: List[(Identifier, V, Option[SchemeExp])], test: SchemeExp, finals: List[SchemeExp], commands: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  16. case class FrameDoTest(vars: List[(Identifier, V, Option[SchemeExp])], test: SchemeExp, finals: List[SchemeExp], commands: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  17. case class FrameFuncallOperands(f: V, fexp: SchemeExp, cur: SchemeExp, args: List[(SchemeExp, V)], toeval: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  18. case class FrameFuncallOperator(fexp: SchemeExp, args: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  19. case class FrameIf(cons: SchemeExp, alt: SchemeExp, env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  20. case class FrameLet(variable: Identifier, bindings: List[(Identifier, V)], toeval: List[(Identifier, SchemeExp)], body: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  21. case class FrameLetStar(variable: Identifier, bindings: List[(Identifier, SchemeExp)], body: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  22. case class FrameLetrec(addr: Addr, bindings: List[(Addr, SchemeExp)], body: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  23. case class FrameOr(rest: List[SchemeExp], env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  24. case class FrameSet(variable: Identifier, env: Env) extends SchemeFrame with Product with Serializable
    Definition Classes
    BaseSchemeSemantics
  25. trait SchemeFrame extends Frame
    Definition Classes
    BaseSchemeSemantics

Value Members

  1. object ActorAction extends ActorActionHelpers[SchemeExp, Abs, Addr, Time, PID]
    Definition Classes
    ASchemeSemantics
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to any2stringadd[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID], B)
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to ArrowAssoc[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. implicit def actionToSet(action: Action[SchemeExp, Abs, Addr]): Set[Action[SchemeExp, Abs, Addr]]
    Definition Classes
    Semantics
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def atomicEval(e: SchemeExp, env: Env, store: Sto): Option[(Abs, Set[Effect[Addr]])]

    Tries to perform atomic evaluation of an expression.

    Tries to perform atomic evaluation of an expression. Returns the result of the evaluation if it succeeded, otherwise returns None

    Definition Classes
    ASchemeSemanticsSchemeSemantics
  10. def bindArgs(l: List[(Identifier, Abs)], env: Environment[Addr], store: Store[Addr, Abs], t: Time): (Environment[Addr], Store[Addr, Abs])

    Binds arguments in the environment and store.

    Binds arguments in the environment and store. Arguments are given as a list of triple, where each triple is made of:

    • the name of the argument
    • the position of the argument
    • the value of the argument
    Attributes
    protected
    Definition Classes
    Semantics
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. def conditional(v: Abs, t: ⇒ Actions, f: ⇒ Actions): Actions
    Definition Classes
    BaseSchemeSemantics
  13. def ensuring(cond: (ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]) ⇒ Boolean, msg: ⇒ Any): ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to Ensuring[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]) ⇒ Boolean): ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to Ensuring[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to Ensuring[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to Ensuring[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def evalBody(body: List[SchemeExp], env: Env, store: Sto): Actions
    Attributes
    protected
    Definition Classes
    BaseSchemeSemantics
  20. def evalCall(function: Abs, fexp: SchemeExp, argsv: List[(SchemeExp, Abs)], store: Sto, t: Time): Actions
    Definition Classes
    BaseSchemeSemantics
  21. def evalDoBody(toeval: List[SchemeExp], vars: List[(Identifier, Abs, Option[SchemeExp])], test: SchemeExp, finals: List[SchemeExp], commands: List[SchemeExp], t: Time, env: Env, store: Sto): Actions
    Definition Classes
    BaseSchemeSemantics
  22. def evalDoStep(vars: List[(Identifier, Abs, Option[SchemeExp])], toeval: List[(Identifier, Abs, Option[SchemeExp])], test: SchemeExp, finals: List[SchemeExp], commands: List[SchemeExp], t: Time, env: Env, store: Sto): Actions
    Definition Classes
    BaseSchemeSemantics
  23. def evalQuoted(exp: SExp, store: Sto, t: Time): (Abs, Sto)
    Attributes
    protected
    Definition Classes
    BaseSchemeSemantics
  24. def evalValue(v: Value): Option[Abs]
    Attributes
    protected
    Definition Classes
    BaseSchemeSemantics
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to StringFormat[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def funcallArgs(f: Abs, fexp: SchemeExp, args: List[(SchemeExp, Abs)], toeval: List[SchemeExp], env: Env, store: Sto, t: Time): Actions
    Attributes
    protected
    Definition Classes
    SchemeSemanticsBaseSchemeSemantics
  27. def funcallArgs(f: Abs, fexp: SchemeExp, args: List[SchemeExp], env: Env, store: Sto, t: Time): Actions
    Attributes
    protected
    Definition Classes
    BaseSchemeSemantics
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def initialBindings: List[(String, Addr, Abs)]

    Defines the elements in the initial environment/store

    Defines the elements in the initial environment/store

    Definition Classes
    BaseSchemeSemanticsSemantics
  31. def initialEnv: Iterable[(String, Addr)]
    Definition Classes
    Semantics
  32. def initialStore: Iterable[(Addr, Abs)]
    Definition Classes
    Semantics
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. implicit def mfActionToActions(mf: MayFail[Action[SchemeExp, Abs, Addr]]): Set[Action[SchemeExp, Abs, Addr]]
    Definition Classes
    Semantics
  35. implicit def mfToActions(mf: MayFail[Set[Action[SchemeExp, Abs, Addr]]]): Set[Action[SchemeExp, Abs, Addr]]
    Definition Classes
    Semantics
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def optimizeAtomic(actions: Actions, t: Time): Actions

    Optimize the following pattern: when we see an ActionPush(frame, exp, env, store) where exp is an atomic expression, we can atomically evaluate exp to get v, and call stepKont(v, store, frame).

    Optimize the following pattern: when we see an ActionPush(frame, exp, env, store) where exp is an atomic expression, we can atomically evaluate exp to get v, and call stepKont(v, store, frame).

    Attributes
    protected
    Definition Classes
    SchemeSemantics
  40. def parse(program: String): SchemeExp

    Defines how to parse a program

    Defines how to parse a program

    Definition Classes
    BaseSchemeSemanticsSemantics
  41. def send(pos: Position, target: Abs, message: String, args: List[Abs]): Set[Action[SchemeExp, Abs, Addr]]
  42. def stepEval(e: SchemeExp, env: Env, store: Sto, t: Time): Actions

    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
    ASchemeSemanticsWithVisitorAndOptimizationASchemeSemanticsSchemeSemanticsBaseSchemeSemanticsSemantics
  43. def stepKont(v: Abs, frame: Frame, store: Sto, t: Time): Actions

    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
    ASchemeSemanticsWithVisitorAndOptimizationASchemeSemanticsSchemeSemanticsBaseSchemeSemanticsSemantics
  44. def stepReceive(self: Any, mname: String, margsv: List[Abs], actd: SchemeExp, env: Env, store: Sto, t: Time): Actions

    WIP

  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID], B)
    Implicit
    This member is added by an implicit conversion from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to ArrowAssoc[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  51. object Action extends ActionHelpers[Exp, Abs, Addr]
    Definition Classes
    Semantics

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ASchemeSemantics[Abs, Addr, Time, PID]

Inherited from SchemeSemantics[Abs, Addr, Time]

Inherited from BaseSchemeSemantics[Abs, Addr, Time]

Inherited from Semantics[SchemeExp, Abs, Addr, Time]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to any2stringadd[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]]

Inherited by implicit conversion StringFormat from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to StringFormat[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]]

Inherited by implicit conversion Ensuring from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to Ensuring[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]]

Inherited by implicit conversion ArrowAssoc from ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID] to ArrowAssoc[ASchemeSemanticsWithVisitorAndOptimization[Abs, Addr, Time, PID]]

Ungrouped