in scala/concurrent/pilib
class UGP

case class UGP(n: UChan, polarity: Boolean, v: Any, c: (Any) => Any)
extends Object
with ScalaObject
with CaseClass

An untyped guarded process.
Parameters:
n - channel name
polarity - input (true) or output (false)
v - transmitted value
c - continuation

Field Summary
  val c: (Any) => Any
  val n: UChan
  val polarity: Boolean
  val v: Any

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

n

  val n: UChan

polarity

  val polarity: Boolean

v

  val v: Any

c

  val c: (Any) => Any