sealed trait CPath extends AnyRef

Self Type
CPath
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CPath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def nodes: List[CPathNode]

Concrete 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. def \(that: Int): CPath
  5. def \(that: String): CPath
  6. def \(that: CPath): CPath
  7. def \:(that: Int): CPath
  8. def \:(that: String): CPath
  9. def \:(that: CPath): CPath
  10. def ancestors: List[CPath]
  11. def apply(index: Int): CPathNode
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def combine(paths: Seq[CPath]): Seq[CPath]
  15. def dropPrefix(p: CPath): Option[CPath]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def expand(jvalue: JValue): List[CPath]
  19. def extract(jvalue: JValue): JValue
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hasPrefix(p: CPath): Boolean
  23. def hasPrefixComponent(p: CPathNode): Boolean
  24. def hasSuffix(p: CPath): Boolean
  25. def hasSuffixComponent(p: CPathNode): Boolean
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def head: Option[CPathNode]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def iterator: Iterator[CPathNode]
  30. def length: Int
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def parent: Option[CPath]
  35. def path: String
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def tail: CPath
  38. def take(length: Int): Option[CPath]
  39. def toString(): String
    Definition Classes
    CPath → AnyRef → Any
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped