|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||
Expressions
Expressions.FullExpression
Expressions.Initializer
Expressions.AggregateInitializer
represents the EXPRESS "aggregate initializer". It produces a value of type AGGREGATE OF GENERIC, by binding a sequence of member values to positions in the generic aggregate value.
|
|||
public
MemberBinding
|
bindings
represents the relationship between the AggregateInitializer and the set of MemberBindings it comprises. |
||
public
GenericAggregate
|
result_value
represents the aggregate value that results from the aggregate initializer |
||
|
|
|||
public
MemberBinding bindings
represents the relationship between the AggregateInitializer and the set of MemberBindings it comprises.
|
public
GenericAggregate result_value
represents the aggregate value that results from the aggregate initializer
|
|
Poseidon for UMLTM UMLdoc |
|||||||||
|
||||||||||