SetValue

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

A set/multi Value.

Value parameters

elements

the set elements

name

the member name

valueTypeRef

the reference for the elements type

Attributes

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

Members list

Value members

Concrete methods

override def reference: TypeRef

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product