case class InfixEventSyntax(l: Event, r: Event) extends ExecutableEventSyntax with Product with Serializable
Syntactic composition of events l
and r
. (These are not really executable, but life's too short
to find a way to make the Scala type system do what amounts to
a complete syntax check.)
- Alphabetic
- By Inheritance
- InfixEventSyntax
- Serializable
- Serializable
- Product
- Equals
- ExecutableEventSyntax
- Event
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val l: Event
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
normalize(): NormalAlt
Recover the events, deadline, and alternative clauses ready for execution as the body of an alternation.
Recover the events, deadline, and alternative clauses ready for execution as the body of an alternation.
- Definition Classes
- Event
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val r: Event
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toNormalizedString: String
- Definition Classes
- Event
-
def
toString(): String
- Definition Classes
- InfixEventSyntax → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
|(other: OrElseEvent): OrElseEvent
- Definition Classes
- ExecutableEventSyntax
-
def
|(other: AfterEvent): AfterEvent
- Definition Classes
- ExecutableEventSyntax
-
def
|(other: ExecutableEventSyntax): InfixEventSyntax
- Definition Classes
- ExecutableEventSyntax