Packages

t

reqT

NodePath

sealed trait NodePath extends Path

Source
Path.scala
Linear Supertypes
Path, DSL, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodePath
  2. Path
  3. DSL
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def depth: Int
    Definition Classes
    Path
  2. abstract def heads: Vector[Head]
    Definition Classes
    Path
  3. abstract def init: Path
    Definition Classes
    Path
  4. abstract def lastNode: Node
  5. abstract def productPrefix: String
    Definition Classes
    DSL
  6. abstract def startsWith(that: Path): Boolean
    Definition Classes
    Path
  7. abstract def tail: Path
    Definition Classes
    Path

Concrete 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
    Path
  4. def /[T](at: AttributeType[T]): AttrRef[T]
    Definition Classes
    Path
  5. def /(e: Entity): HeadPath
    Definition Classes
    Path
  6. def /(h: Head): HeadPath
    Definition Classes
    Path
  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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  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. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. lazy val head: Head
    Definition Classes
    Path
  17. lazy val headOption: Option[Head]
    Definition Classes
    Path
  18. val isEmpty: Boolean
    Definition Classes
    Path
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val isSingle: Boolean
    Definition Classes
    Path
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def pathError(a: Any): Nothing
    Definition Classes
    Path
  25. def prefix: String
    Definition Classes
    DSL
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. 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
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Path

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped