case class CombinedStore[Addr, Abs](ro: Store[Addr, Abs], w: Store[Addr, Abs])(implicit evidence$5: Address[Addr], evidence$6: JoinLattice[Abs]) extends Store[Addr, Abs] with Product with Serializable
Store that combines a default read-only store with a writable store
- Alphabetic
- By Inheritance
- CombinedStore
- Serializable
- Serializable
- Product
- Equals
- Store
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CombinedStore(ro: Store[Addr, Abs], w: Store[Addr, Abs])(implicit arg0: Address[Addr], arg1: JoinLattice[Abs])
Value Members
-
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 CombinedStore[Addr, Abs] to any2stringadd[CombinedStore[Addr, Abs]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (CombinedStore[Addr, Abs], B)
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to ArrowAssoc[CombinedStore[Addr, Abs]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addDelta(delta: Map[Addr, Abs]): Store[Addr, Abs]
Add a delta to the store.
Add a delta to the store. This clears the current delta
- Definition Classes
- Store
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
cardinalities(withPrimitives: Boolean = false): Map[Addr, Cardinality]
Returns the cardinality of each lattice element of this store
Returns the cardinality of each lattice element of this store
- Definition Classes
- Store
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
delta: Option[Map[Addr, Abs]]
Returns a delta of the changes made on this store.
Returns a delta of the changes made on this store. None if the store doesn't support store deltas
- Definition Classes
- Store
-
def
diff(that: Store[Addr, Abs]): Nothing
Returns a store containing items that differ between the two stores
Returns a store containing items that differ between the two stores
- Definition Classes
- CombinedStore → Store
-
def
ensuring(cond: (CombinedStore[Addr, Abs]) ⇒ Boolean, msg: ⇒ Any): CombinedStore[Addr, Abs]
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to Ensuring[CombinedStore[Addr, Abs]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (CombinedStore[Addr, Abs]) ⇒ Boolean): CombinedStore[Addr, Abs]
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to Ensuring[CombinedStore[Addr, Abs]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): CombinedStore[Addr, Abs]
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to Ensuring[CombinedStore[Addr, Abs]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): CombinedStore[Addr, Abs]
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to Ensuring[CombinedStore[Addr, Abs]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend(a: Addr, v: Abs): CombinedStore[Addr, Abs]
Add a new entry in the store
Add a new entry in the store
- Definition Classes
- CombinedStore → Store
-
def
forall(p: ((Addr, Abs)) ⇒ Boolean): Boolean
Checks if a predicate is true for all elements of the store
Checks if a predicate is true for all elements of the store
- Definition Classes
- CombinedStore → Store
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to StringFormat[CombinedStore[Addr, Abs]] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
join(that: Store[Addr, Abs]): Nothing
Joins two stores together
Joins two stores together
- Definition Classes
- CombinedStore → Store
-
def
keys: Set[Addr]
Gets all the keys of the store
Gets all the keys of the store
- Definition Classes
- CombinedStore → Store
-
def
lookup(a: Addr): Option[Abs]
Looks up a value in the store
Looks up a value in the store
- Definition Classes
- CombinedStore → Store
-
def
lookupBot(a: Addr): Abs
Looks up a value in the store, or return bottom if it's not there
Looks up a value in the store, or return bottom if it's not there
- Definition Classes
- CombinedStore → Store
-
def
lookupMF(a: Addr): MayFail[Abs]
- Definition Classes
- Store
-
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()
- val ro: Store[Addr, Abs]
-
def
subsumes(that: Store[Addr, Abs]): Boolean
Checks whether this store subsumes another store
Checks whether this store subsumes another store
- Definition Classes
- CombinedStore → Store
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
update(a: Addr, v: Abs): CombinedStore[Addr, Abs]
Update an entry in the store
Update an entry in the store
- Definition Classes
- CombinedStore → Store
-
def
updateOrExtend(a: Addr, v: Abs): CombinedStore[Addr, Abs]
Tries to update an address if it's already mapped into the store.
Tries to update an address if it's already mapped into the store. Otherwise, extend the store
- Definition Classes
- CombinedStore → Store
- val w: Store[Addr, Abs]
-
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): (CombinedStore[Addr, Abs], B)
- Implicit
- This member is added by an implicit conversion from CombinedStore[Addr, Abs] to ArrowAssoc[CombinedStore[Addr, Abs]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc