Packages

case class StructElem[T <: (Structs.this)#Struct](structTag: (Structs.this)#StructTag[T], fields: Seq[(String, (Structs.this)#Elem[_])]) extends (Structs.this)#Elem[T] with Product with Serializable

Linear Supertypes
Product, Equals, (Structs.this)#Elem[T], (Structs.this)#TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructElem
  2. Product
  3. Equals
  4. Elem
  5. TypeDesc
  6. Serializable
  7. Serializable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StructElem(structTag: (Structs.this)#StructTag[T], fields: Seq[(String, (Structs.this)#Elem[_])])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <:<(e: (Structs.this)#Elem[_]): Boolean
    Definition Classes
    Elem
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apply(fieldName: String): (Structs.this)#Elem[_]
  6. def apply(fieldIndex: Int): (Structs.this)#Elem[_]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildTypeArgs: ListMap[String, ((Structs.this)#TypeDesc, Variance)]
    Definition Classes
    StructElem → Elem
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def collectMethods: Map[Method, (Structs.this)#MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def fieldElems: Seq[(Structs.this)#Elem[_]]
  13. def fieldNames: Seq[String]
  14. val fields: Seq[(String, (Structs.this)#Elem[_])]
  15. def fieldsString(f: ((Structs.this)#TypeDesc) ⇒ String): String
  16. lazy val fieldsString: String
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findFieldIndex(fieldName: String): Int
  19. def get(fieldName: String): Option[(Structs.this)#Elem[_]]
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getName(f: ((Structs.this)#TypeDesc) ⇒ String): String
    Definition Classes
    StructElem → Elem → TypeDesc
  22. def invokeUnlifted(mc: (Structs.this)#MethodCall, dataEnv: (Structs.this)#DataEnv): AnyRef
    Definition Classes
    Elem
  23. def isEqualType(tuple: Seq[(Structs.this)#Elem[_]]): Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def liftable: Base.Liftables.Liftable[_, T]
    Definition Classes
    StructElem → Elem
  26. lazy val methods: Map[Method, (Structs.this)#MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  27. lazy val name: String
    Definition Classes
    TypeDesc
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final lazy val sourceType: RType[_]
    Definition Classes
    Elem
  32. val structTag: (Structs.this)#StructTag[T]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    TypeDesc → AnyRef → Any
  35. lazy val typeArgs: ListMap[String, ((Structs.this)#TypeDesc, Variance)]
    Definition Classes
    Elem
  36. lazy val typeArgsDescs: Seq[(Structs.this)#TypeDesc]
    Definition Classes
    Elem
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Product

Inherited from Equals

Inherited from (Structs.this)#Elem[T]

Inherited from (Structs.this)#TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped