final case class JsPath(positions: Vector[Position]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsPath
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsPath(positions: Vector[Position])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def /(path: JsPath): JsPath
    Annotations
    @inline()
  4. def /(key: Key): JsPath

    Alias for appended

    Alias for appended

    Annotations
    @inline()
  5. def /(key: String): JsPath

    Alias for appended

    Alias for appended

    Annotations
    @inline()
  6. def /(index: Int): JsPath

    Alias for appended

    Alias for appended

    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def \(path: JsPath): JsPath
    Annotations
    @inline()
  9. def \(key: String): JsPath

    Alias for prepended

    Alias for prepended

    Annotations
    @inline()
  10. def \(index: Int): JsPath

    Alias for prepended

    Alias for prepended

    Annotations
    @inline()
  11. def appended(path: JsPath): JsPath
  12. def appended(key: Key): JsPath
  13. def appended(name: String): JsPath
  14. def appended(i: Int): JsPath
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def head: Position
  21. def inc: JsPath
  22. def init: JsPath
  23. def isEmpty: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def last: Position
  26. def length: Int
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val positions: Vector[Position]
    Attributes
    protected[value]
  31. def prepended(path: JsPath): JsPath
  32. def prepended(key: String): JsPath
  33. def prepended(i: Int): JsPath
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. def tail: JsPath
  37. def toString(): String
    Definition Classes
    JsPath → AnyRef → Any
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped