SetValue

io.github.scalats.ast.SetValue
case class SetValue(name: String, typeRef: TypeRef, valueTypeRef: TypeRef, elements: Set[Value]) extends Value

A set/multi Value.

Attributes

elements

the set elements

name

the member name

valueTypeRef

the reference for the elements type

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def reference: TypeRef

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product