Packages

c

reqT

AttrRef

case class AttrRef[T](init: HeadPath, attrType: AttributeType[T]) extends Path with scala.Product with Serializable

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

Instance Constructors

  1. new AttrRef(init: HeadPath, attrType: AttributeType[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. def apply(v: T): AttrVal[T]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val attrType: AttributeType[T]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. lazy val depth: Int
    Definition Classes
    AttrRefPath
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): java.lang.Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. lazy val head: Head
    Definition Classes
    Path
  18. lazy val headOption: Option[Head]
    Definition Classes
    Path
  19. lazy val heads: Vector[Head]
    Definition Classes
    AttrRefPath
  20. val init: HeadPath
    Definition Classes
    AttrRefPath
  21. val isEmpty: Boolean
    Definition Classes
    Path
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val isSingle: Boolean
    Definition Classes
    Path
  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
    AttrRefPath
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. lazy val tail: AttrRef[T]
    Definition Classes
    AttrRefPath
  32. lazy val toDefaultAttrVal: AttrVal[T]
  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
    AttrRefPathDSL
  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 Path

Inherited from DSL

Inherited from AnyRef

Inherited from Any

Ungrouped