case class ActorActionSend[PID, Exp, Abs, Addr](p: PID, name: String, msg: List[Abs], vres: Abs, effects: Set[Effect[Addr]] = Set[Effect[Addr]]())(implicit evidence$59: ThreadIdentifier[PID], evidence$60: Expression[Exp], evidence$61: JoinLattice[Abs], evidence$62: Address[Addr]) extends Action[Exp, Abs, Addr] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActorActionSend
- Serializable
- Serializable
- Product
- Equals
- Action
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ActorActionSend(p: PID, name: String, msg: List[Abs], vres: Abs, effects: Set[Effect[Addr]] = Set[Effect[Addr]]())(implicit arg0: ThreadIdentifier[PID], arg1: Expression[Exp], arg2: JoinLattice[Abs], arg3: Address[Addr])
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 ActorActionSend[PID, Exp, Abs, Addr] to any2stringadd[ActorActionSend[PID, Exp, Abs, Addr]] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ActorActionSend[PID, Exp, Abs, Addr], B)
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to ArrowAssoc[ActorActionSend[PID, Exp, Abs, Addr]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addEffects(effs: Set[Effect[Addr]]): ActorActionSend[PID, Exp, Abs, Addr]
- Definition Classes
- ActorActionSend → Action
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
- val effects: Set[Effect[Addr]]
-
def
ensuring(cond: (ActorActionSend[PID, Exp, Abs, Addr]) ⇒ Boolean, msg: ⇒ Any): ActorActionSend[PID, Exp, Abs, Addr]
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to Ensuring[ActorActionSend[PID, Exp, Abs, Addr]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ActorActionSend[PID, Exp, Abs, Addr]) ⇒ Boolean): ActorActionSend[PID, Exp, Abs, Addr]
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to Ensuring[ActorActionSend[PID, Exp, Abs, Addr]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ActorActionSend[PID, Exp, Abs, Addr]
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to Ensuring[ActorActionSend[PID, Exp, Abs, Addr]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ActorActionSend[PID, Exp, Abs, Addr]
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to Ensuring[ActorActionSend[PID, Exp, Abs, Addr]] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to StringFormat[ActorActionSend[PID, Exp, Abs, Addr]] 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
- val msg: List[Abs]
- val name: String
-
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 p: PID
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val vres: 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): (ActorActionSend[PID, Exp, Abs, Addr], B)
- Implicit
- This member is added by an implicit conversion from ActorActionSend[PID, Exp, Abs, Addr] to ArrowAssoc[ActorActionSend[PID, Exp, Abs, Addr]] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc