Packages

case class HeadPath(heads: Vector[Head]) extends NodePath with scala.Product with Serializable

Source
Path.scala
Linear Supertypes
Serializable, Serializable, scala.Product, Equals, NodePath, Path, DSL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeadPath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NodePath
  7. Path
  8. DSL
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HeadPath(heads: Vector[Head])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def /[T](a: Attribute[T]): AttrVal[T]
    Definition Classes
    HeadPathPath
  4. def /[T](at: AttributeType[T]): AttrRef[T]
    Definition Classes
    HeadPathPath
  5. def /(e: Entity): HeadPath
    Definition Classes
    HeadPathPath
  6. def /(h: Head): HeadPath
    Definition Classes
    HeadPathPath
  7. def /: Path
    Definition Classes
    Path
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. lazy val depth: Int
    Definition Classes
    HeadPathPath
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. lazy val head: Head
    Definition Classes
    Path
  16. lazy val headOption: Option[Head]
    Definition Classes
    Path
  17. val heads: Vector[Head]
    Definition Classes
    HeadPathPath
  18. lazy val init: HeadPath
    Definition Classes
    HeadPathPath
  19. val isEmpty: Boolean
    Definition Classes
    Path
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val isSingle: Boolean
    Definition Classes
    Path
  22. lazy val lastNode: Entity
    Definition Classes
    HeadPathNodePath
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def pathError(a: Any): Nothing
    Definition Classes
    Path
  27. def prefix: String
    Definition Classes
    DSL
  28. def startsWith(that: Path): Boolean
    Definition Classes
    HeadPathPath
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. lazy val tail: HeadPath
    Definition Classes
    HeadPathPath
  31. def toModel: Model
  32. lazy val toScala: String

    Concrete DSL classes should have an executable string representation.

    Concrete DSL classes should have an executable string representation. If the default toString is not executable Scala-embedded DSL syntax, then this method is overridden by an executable string.

    Definition Classes
    PathDSL
  33. lazy val toString: String
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from NodePath

Inherited from Path

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped