SelectValue
io.github.scalats.ast.SelectValue
case class SelectValue(name: String, typeRef: TypeRef, qualifier: TypeRef, term: String) extends Value with SimpleValue
Attributes
- name
the member name
- typeRef
the reference for the member type
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait SimpleValuetrait Valueclass Objecttrait Matchableclass Any