Aggregation

com.reactific.riddl.language.AST.Aggregation
See theAggregation companion object
case class Aggregation(loc: At, fields: Seq[Field], methods: Seq[Method]) extends AggregateTypeExpression

A type expression that takes a set of named fields as its value.

Value parameters

fields

The fields of the aggregation

loc

The location of the aggregation definition

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RiddlValue
trait RiddlNode
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
AggregateTypeExpression
override def format: String

Format the node to a string

Format the node to a string

Attributes

Definition Classes
Inherited from:
AggregateTypeExpression

Attributes

Inherited from:
TypeExpression

Attributes

Inherited from:
RiddlNode

Attributes

Definition Classes
Inherited from:
AggregateTypeExpression
override def isContainer: Boolean

Determine if this node is a container or not

Determine if this node is a container or not

Attributes

Definition Classes
Inherited from:
Container

Attributes

Inherited from:
RiddlNode
override def isEmpty: Boolean

determine if this node is empty or not.

determine if this node is empty or not. Non-containers are always empty

Attributes

Definition Classes
Inherited from:
Container

Attributes

Inherited from:
Container
final def nonEmpty: Boolean

Attributes

Inherited from:
RiddlNode

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product