Set
com.reactific.riddl.language.AST.Set
case class Set(loc: At, of: TypeExpression) extends TypeExpression
A mathematical set of some other type of value
Value parameters
- loc
-
Where the type expression occurs in the source
- of
-
The type of the elements of the set.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TypeExpressiontrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass Any
Members list
In this article