Member

io.github.scalats.ast.Member
case class Member(name: String, typeRef: TypeRef)

A member Declaration (field/property).

Value parameters

name

the member name

typeRef

the reference for the member type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product