Packages

  • package root
    Definition Classes
    root
  • class ANFSemantics[Abs, Addr, Time] extends Semantics[ANFExp, Abs, Addr, Time]

    Semantics for ANF Scheme (abstract grammar defined in ANF.scala)

    Semantics for ANF Scheme (abstract grammar defined in ANF.scala)

    Definition Classes
    root
c

ANFSemantics

class ANFSemantics[Abs, Addr, Time] extends Semantics[ANFExp, Abs, Addr, Time]

Semantics for ANF Scheme (abstract grammar defined in ANF.scala)

Linear Supertypes
Semantics[ANFExp, Abs, Addr, Time], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ANFSemantics
  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 ANFSemantics(primitives: Primitives[Addr, Abs])(implicit arg0: IsSchemeLattice[Abs], arg1: Address[Addr], arg2: Timestamp[Time])

Type Members

  1. trait ANFFrame extends Frame

    ANF Scheme only has three types of continuation frames: halt, let, and letrec

  2. type Actions = Set[Action[ANFExp, Abs, Addr]]
  3. case class FrameLet(v: Identifier, body: ANFExp, env: Environment[Addr]) extends ANFFrame with Product with Serializable
  4. case class FrameLetrec(v: Identifier, a: Addr, body: ANFExp, env: Environment[Addr]) extends ANFFrame with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to any2stringadd[ANFSemantics[Abs, Addr, Time]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ANFSemantics[Abs, Addr, Time], B)
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to ArrowAssoc[ANFSemantics[Abs, Addr, Time]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. implicit def actionToSet(action: Action[ANFExp, Abs, Addr]): Set[Action[ANFExp, Abs, Addr]]
    Definition Classes
    Semantics
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def atomicEval(e: ANFAtomicExp, env: Environment[Addr], store: Store[Addr, Abs]): MayFail[(Abs, Set[Effect[Addr]])]

    Performs evaluation of an atomic expression, returning either an error or the produced value

  9. 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
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  11. def ensuring(cond: (ANFSemantics[Abs, Addr, Time]) ⇒ Boolean, msg: ⇒ Any): ANFSemantics[Abs, Addr, Time]
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to Ensuring[ANFSemantics[Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ANFSemantics[Abs, Addr, Time]) ⇒ Boolean): ANFSemantics[Abs, Addr, Time]
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to Ensuring[ANFSemantics[Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ANFSemantics[Abs, Addr, Time]
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to Ensuring[ANFSemantics[Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ANFSemantics[Abs, Addr, Time]
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to Ensuring[ANFSemantics[Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to StringFormat[ANFSemantics[Abs, Addr, Time]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def initialBindings: List[(String, Addr, Abs)]

    Defines the elements in the initial environment/store

    Defines the elements in the initial environment/store

    Definition Classes
    ANFSemanticsSemantics
  21. def initialEnv: Iterable[(String, Addr)]
    Definition Classes
    Semantics
  22. def initialStore: Iterable[(Addr, Abs)]
    Definition Classes
    Semantics
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. implicit def mfActionToActions(mf: MayFail[Action[ANFExp, Abs, Addr]]): Set[Action[ANFExp, Abs, Addr]]
    Definition Classes
    Semantics
  25. implicit def mfToActions(mf: MayFail[Set[Action[ANFExp, Abs, Addr]]]): Set[Action[ANFExp, Abs, Addr]]
    Definition Classes
    Semantics
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def parse(program: String): ANFExp

    Defines how to parse a program

    Defines how to parse a program

    Definition Classes
    ANFSemanticsSemantics
  30. def stepEval(e: ANFExp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[ANFExp, 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
    ANFSemanticsSemantics
  31. def stepKont(v: Abs, frame: Frame, store: Store[Addr, Abs], t: Time): Set[Action[ANFExp, 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
    ANFSemanticsSemantics
  32. def stepReceive(self: Any, mname: String, margsv: List[Abs], d: ANFExp, env: Environment[Addr], store: Store[Addr, Abs], t: Time): Set[Action[ANFExp, Abs, Addr]]

    WIP

    WIP

    Definition Classes
    Semantics
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def [B](y: B): (ANFSemantics[Abs, Addr, Time], B)
    Implicit
    This member is added by an implicit conversion from ANFSemantics[Abs, Addr, Time] to ArrowAssoc[ANFSemantics[Abs, Addr, Time]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
  39. 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 Semantics[ANFExp, Abs, Addr, Time]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped