sealed trait Op extends AnyRef
- Source
- Op.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Op
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +++(c: Option[Cursor]): HCursor
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def choiceSucceed: Option[History]
- def choiceSwitch: Option[(History, History)]
-
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
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findChild: Option[Predicate.CPredicate]
- def findLeft: Option[Predicate.CPredicate]
- def findRec: Option[Predicate.CPredicate]
- def findRight: Option[Predicate.CPredicate]
- def fold[X](choiceSucceed: (History) ⇒ X, choiceSwitch: (History) ⇒ (History) ⇒ X, failedCompose: ⇒ X, left: ⇒ X, right: ⇒ X, firstChild: ⇒ X, lastChild: ⇒ X, remove: ⇒ X, removeLeft: ⇒ X, removeRight: ⇒ X, parent: ⇒ X, root: ⇒ X, findLeft: (Predicate.CPredicate) ⇒ X, findRight: (Predicate.CPredicate) ⇒ X, findChild: (Predicate.CPredicate) ⇒ X, nextDepthFirst: ⇒ X, findRec: (Predicate.CPredicate) ⇒ X, nthChild: (⇒ Int) ⇒ X, succeeding: ((Cursor) ⇒ Cursor) ⇒ (Op.OpDescription) ⇒ X, generic: ((Cursor) ⇒ Option[Cursor]) ⇒ (Op.OpDescription) ⇒ X): X
- def generic: Option[((Cursor) ⇒ Option[Cursor], Op.OpDescription)]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def isChoiceSucceed: Boolean
- def isChoiceSwitch: Boolean
- def isFailedCompose: Boolean
- def isFindChild: Boolean
- def isFindLeft: Boolean
- def isFindRec: Boolean
- def isFindRight: Boolean
- def isFirstChild: Boolean
- def isGeneric: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLastChild: Boolean
- def isLeft: Boolean
- def isNextDepthFirst: Boolean
- def isNthChild: Boolean
- def isParent: Boolean
- def isRemoveLeft: Boolean
- def isRemoveRight: Boolean
- def isRight: Boolean
- def isRoot: Boolean
- def isSucceeding: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def nthChild: Option[Int]
- def succeeding: Option[((Cursor) ⇒ Cursor, Op.OpDescription)]
-
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( ... )