case class Member(name: String, typeRef: TypeRef) extends Product with Serializable
A member Declaration (field/property).
- name
the member name
- typeRef
the reference for the member type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Member
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All