Packages

c

ActorActionCreate

case class ActorActionCreate[Exp, Abs, Addr, Time, PID](name: String, actd: Exp, e: Exp, env: Environment[Addr], store: Store[Addr, Abs], fres: (PID) ⇒ Abs, effects: Set[Effect[Addr]] = Set[Effect[Addr]]())(implicit evidence$63: Expression[Exp], evidence$64: JoinLattice[Abs], evidence$65: Address[Addr], evidence$66: Timestamp[Time], evidence$67: ThreadIdentifier[PID]) extends Action[Exp, Abs, Addr] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Action[Exp, Abs, Addr], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActorActionCreate
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Action
  7. AnyRef
  8. 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 ActorActionCreate(name: String, actd: Exp, e: Exp, env: Environment[Addr], store: Store[Addr, Abs], fres: (PID) ⇒ Abs, effects: Set[Effect[Addr]] = Set[Effect[Addr]]())(implicit arg0: Expression[Exp], arg1: JoinLattice[Abs], arg2: Address[Addr], arg3: Timestamp[Time], arg4: ThreadIdentifier[PID])

Value Members

  1. val actd: Exp
  2. def addEffects(effs: Set[Effect[Addr]]): ActorActionCreate[Exp, Abs, Addr, Time, PID]
    Definition Classes
    ActorActionCreateAction
  3. val e: Exp
  4. val effects: Set[Effect[Addr]]
  5. val env: Environment[Addr]
  6. val fres: (PID) ⇒ Abs
  7. val name: String
  8. val store: Store[Addr, Abs]