|
| statements - UML-Dokumentation |
statements
KlasseBranch
This class represents a branch of a BranchStatement.
| Attribute |
| <Class> GASTExpression | conditionExpression |
This property represents the condition expression for this branch.
|
| <Class> Statement | statement |
This property represents the statement which represents the body of this branch.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Branch |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::Branch |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
conditionExpression
Public <Class> GASTExpression conditionExpression
-
This property represents the condition expression for this branch.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_conditionExpression_branch |
| Association End | |
| Class | <Class> Branch |
| 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 | conditionExpression |
| Name Expression | |
| Namespace | <Class> Branch |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Branch |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Branch::conditionExpression |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
statement
Public <Class> Statement statement
-
This property represents the statement which represents the body of this branch.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_statement_branch |
| Association End | |
| Class | <Class> Branch |
| 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 | statement |
| Name Expression | |
| Namespace | <Class> Branch |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Branch |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Branch::statement |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Statement |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
|
| statements - UML-Dokumentation |