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
Ordering
- Alphabetic
- By Inheritance
Inherited
- StructElem
- Product
- Equals
- Elem
- TypeDesc
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
<:<(e: (Structs.this)#Elem[_]): Boolean
- Definition Classes
- Elem
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(fieldName: String): (Structs.this)#Elem[_]
- def apply(fieldIndex: Int): (Structs.this)#Elem[_]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildTypeArgs: ListMap[String, ((Structs.this)#TypeDesc, Variance)]
- Definition Classes
- StructElem → Elem
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
collectMethods: Map[Method, (Structs.this)#MethodDesc]
- Attributes
- protected
- Definition Classes
- Elem
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fieldElems: Seq[(Structs.this)#Elem[_]]
- def fieldNames: Seq[String]
- val fields: Seq[(String, (Structs.this)#Elem[_])]
- def fieldsString(f: ((Structs.this)#TypeDesc) ⇒ String): String
- lazy val fieldsString: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findFieldIndex(fieldName: String): Int
- def get(fieldName: String): Option[(Structs.this)#Elem[_]]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getName(f: ((Structs.this)#TypeDesc) ⇒ String): String
- Definition Classes
- StructElem → Elem → TypeDesc
-
def
invokeUnlifted(mc: (Structs.this)#MethodCall, dataEnv: (Structs.this)#DataEnv): AnyRef
- Definition Classes
- Elem
- def isEqualType(tuple: Seq[(Structs.this)#Elem[_]]): Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
liftable: Base.Liftables.Liftable[_, T]
- Definition Classes
- StructElem → Elem
-
lazy val
methods: Map[Method, (Structs.this)#MethodDesc]
- Attributes
- protected
- Definition Classes
- Elem
-
lazy val
name: String
- Definition Classes
- TypeDesc
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
lazy val
sourceType: RType[_]
- Definition Classes
- Elem
- val structTag: (Structs.this)#StructTag[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TypeDesc → AnyRef → Any
-
lazy val
typeArgs: ListMap[String, ((Structs.this)#TypeDesc, Variance)]
- Definition Classes
- Elem
-
lazy val
typeArgsDescs: Seq[(Structs.this)#TypeDesc]
- Definition Classes
- Elem
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )