sealed trait CPath extends AnyRef
- Self Type
- CPath
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CPath
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete 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
- def \(that: Int): CPath
- def \(that: String): CPath
- def \(that: CPath): CPath
- def \:(that: Int): CPath
- def \:(that: String): CPath
- def \:(that: CPath): CPath
- def ancestors: List[CPath]
- def apply(index: Int): CPathNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def combine(paths: Seq[CPath]): Seq[CPath]
- def dropPrefix(p: CPath): Option[CPath]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def expand(jvalue: JValue): List[CPath]
- def extract(jvalue: JValue): JValue
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hasPrefix(p: CPath): Boolean
- def hasPrefixComponent(p: CPathNode): Boolean
- def hasSuffix(p: CPath): Boolean
- def hasSuffixComponent(p: CPathNode): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def head: Option[CPathNode]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def iterator: Iterator[CPathNode]
- def length: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parent: Option[CPath]
- def path: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tail: CPath
- def take(length: Int): Option[CPath]
-
def
toString(): String
- Definition Classes
- CPath → 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
- @native() @throws( ... )