|
| expressionsdecorator - UML-Dokumentation |
KlasseAssignmentOperatorExpression
This class represents an expression formed by an assignment operation, e.g. a = b and a += b, where a is of an Lvalue type and b is of the Assignment type. The actual operation is stored as an attribute of this class.
| Attribute |
| <Class> Lvalue | left |
This attribute represents the left hand side of the assignment expression, i.e., in most cases the variable to which it is being assigned.
|
| <Class> Assignment | right |
This attribute specifies the expression, whose value is stored into the left hand side attribute of the assignment.
|
| <Enumeration> AssignmentOperations | operation |
This attribute specifies the actual assignment operation, e.g. +=, -=, etc.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | AssignmentOperatorExpression |
| Name Expression | |
| Namespace | <<ePackage>> <Model> expressionsdecorator |
| Owned Template Signature | |
| Owner | <<ePackage>> <Model> expressionsdecorator |
| Owning Template Parameter | |
| Package | <<ePackage>> <Model> expressionsdecorator |
| Qualified Name | expressionsdecorator::AssignmentOperatorExpression |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
left
Public <Class> Lvalue left
-
This attribute represents the left hand side of the assignment expression, i.e., in most cases the variable to which it is being assigned.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_left_assignmentOperatorExpression |
| Association End | |
| Class | <Class> AssignmentOperatorExpression |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | <Literal Integer> 1 |
| Multiplicity | 1 |
| Name | left |
| Name Expression | |
| Namespace | <Class> AssignmentOperatorExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> AssignmentOperatorExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::AssignmentOperatorExpression::left |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Lvalue |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
operation
Public <Enumeration> AssignmentOperations operation
-
This attribute specifies the actual assignment operation, e.g. +=, -=, etc.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> AssignmentOperatorExpression |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 1 |
| Lower Value | |
| Multiplicity | 1 |
| Name | operation |
| Name Expression | |
| Namespace | <Class> AssignmentOperatorExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> AssignmentOperatorExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::AssignmentOperatorExpression::operation |
| Stereotype | |
| Template Parameter | |
| Type | <Enumeration> AssignmentOperations |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
right
Public <Class> Assignment right
-
This attribute specifies the expression, whose value is stored into the left hand side attribute of the assignment.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_right_assignmentOperatorExpression |
| Association End | |
| Class | <Class> AssignmentOperatorExpression |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | true |
| Is Derived | false |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | false |
| Is Static | false |
| Is Unique | true |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | 0..1 |
| Name | right |
| Name Expression | |
| Namespace | <Class> AssignmentOperatorExpression |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> AssignmentOperatorExpression |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | expressionsdecorator::AssignmentOperatorExpression::right |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Assignment |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
|
| expressionsdecorator - UML-Dokumentation |