Packages

c

reqT

AttrVal

case class AttrVal[T](init: HeadPath, attr: Attribute[T]) 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. AttrVal
  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 AttrVal(init: HeadPath, attr: Attribute[T])

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. val attr: Attribute[T]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. lazy val depth: Int
    Definition Classes
    AttrValPath
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. lazy val head: Head
    Definition Classes
    Path
  17. lazy val headOption: Option[Head]
    Definition Classes
    Path
  18. lazy val heads: Vector[Head]
    Definition Classes
    AttrValPath
  19. val init: HeadPath
    Definition Classes
    AttrValPath
  20. val isEmpty: Boolean
    Definition Classes
    Path
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val isSingle: Boolean
    Definition Classes
    Path
  23. lazy val lastNode: Attribute[T]
    Definition Classes
    AttrValNodePath
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def pathError(a: Any): Nothing
    Definition Classes
    Path
  28. def prefix: String
    Definition Classes
    DSL
  29. def startsWith(that: Path): Boolean
    Definition Classes
    AttrValPath
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. lazy val tail: AttrVal[T]
    Definition Classes
    AttrValPath
  32. def toModel: Model
  33. 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
    AttrValPathDSL
  34. lazy val toString: String
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. 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