scalaz.xml.cursor

Ops

trait Ops extends AnyRef

Source
Op.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type OpDescription = String

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. implicit val OpEqual: Equal[Op]

  5. implicit val OpShow: Show[Op]

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def choiceSucceedOp(h: History): Op

  8. def choiceSwitchOp(n: History, o: History): Op

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def failedComposeOp: Op

  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findChildOp(p: Predicate.CPredicate): Op

  15. def findLeftOp(p: Predicate.CPredicate): Op

  16. def findRecOp(p: Predicate.CPredicate): Op

  17. def findRightOp(p: Predicate.CPredicate): Op

  18. def firstChildOp: Op

  19. def genericOp(e: (Cursor) ⇒ Option[Cursor], description: OpDescription): Op

  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def lastChildOp: Op

  24. def leftOp: Op

  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def nextDepthFirstOp: Op

  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def nthChildOp(n: ⇒ Int): Op

  30. def parentOp: Op

  31. def remove: Op

  32. def removeLeftOp: Op

  33. def removeRightOp: Op

  34. def rightOp: Op

  35. def rootOp: Op

  36. def succeedingOp(e: (Cursor) ⇒ Cursor, description: OpDescription): Op

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped