class SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] extends Semantics[Exp, Abs, Addr, Time]
- Alphabetic
- By Inheritance
- SemanticsWithAnalysis
- Semantics
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- 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
-
object
Action extends ActionHelpers[Exp, Abs, Addr]
- Definition Classes
- Semantics
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to any2stringadd[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (SemanticsWithAnalysis[L, Exp, Abs, Addr, Time], B)
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to ArrowAssoc[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
actionToSet(action: Action[Exp, Abs, Addr]): Set[Action[Exp, Abs, Addr]]
- Definition Classes
- Semantics
- def analysisResult: L
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
ensuring(cond: (SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]) ⇒ Boolean, msg: ⇒ Any): SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to Ensuring[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]) ⇒ Boolean): SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to Ensuring[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to Ensuring[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to Ensuring[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to StringFormat[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
def
mfActionToActions(mf: MayFail[Action[Exp, Abs, Addr]]): Set[Action[Exp, Abs, Addr]]
- Definition Classes
- Semantics
-
implicit
def
mfToActions(mf: MayFail[Set[Action[Exp, Abs, Addr]]]): Set[Action[Exp, Abs, Addr]]
- Definition Classes
- Semantics
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
parse(program: String): Exp
Defines how to parse a program
Defines how to parse a program
- Definition Classes
- SemanticsWithAnalysis → Semantics
-
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
- SemanticsWithAnalysis → Semantics
-
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
- SemanticsWithAnalysis → Semantics
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (SemanticsWithAnalysis[L, Exp, Abs, Addr, Time], B)
- Implicit
- This member is added by an implicit conversion from SemanticsWithAnalysis[L, Exp, Abs, Addr, Time] to ArrowAssoc[SemanticsWithAnalysis[L, Exp, Abs, Addr, Time]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc