trait Ops extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ops
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type OpDescription = String
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
- implicit val OpEqual: Equal[Op]
- implicit val OpShow: Show[Op]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def choiceSucceedOp(h: History): Op
- def choiceSwitchOp(n: History, o: History): Op
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def failedComposeOp: Op
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findChildOp(p: Predicate.CPredicate): Op
- def findLeftOp(p: Predicate.CPredicate): Op
- def findRecOp(p: Predicate.CPredicate): Op
- def findRightOp(p: Predicate.CPredicate): Op
- def firstChildOp: Op
- def genericOp(e: (Cursor) ⇒ Option[Cursor], description: OpDescription): Op
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastChildOp: Op
- def leftOp: Op
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextDepthFirstOp: Op
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def nthChildOp(n: ⇒ Int): Op
- def parentOp: Op
- def remove: Op
- def removeLeftOp: Op
- def removeRightOp: Op
- def rightOp: Op
- def rootOp: Op
- def succeedingOp(e: (Cursor) ⇒ Cursor, description: OpDescription): Op
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- 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( ... )