trait
Ops extends AnyRef
Type Members
-
type
OpDescription = String
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: Any): Boolean
-
implicit
val
OpEqual: Equal[Op]
-
implicit
val
OpShow: Show[Op]
-
final
def
asInstanceOf[T0]: T0
-
def
choiceSucceedOp(h: History): Op
-
-
def
clone(): AnyRef
-
-
-
def
failedComposeOp: Op
-
def
finalize(): Unit
-
-
-
-
-
def
firstChildOp: Op
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
lastChildOp: Op
-
def
leftOp: Op
-
-
def
nextDepthFirstOp: Op
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nthChildOp(n: ⇒ Int): Op
-
def
parentOp: Op
-
def
remove: Op
-
def
removeLeftOp: Op
-
def
removeRightOp: Op
-
def
rightOp: Op
-
def
rootOp: Op
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit