|
| statements - UML-Dokumentation |
statements
KlasseLoopStatement
The LoopStatement class models all kinds of looping statements, which can occur in considered object-oriented programming languages, e. g. for, while, do-while or foreach.
| Attribute |
| <Enumeration> LoopStatementKind | kind | |
| <Class> Statement | body |
This property represents a reference to the statement which represents the body of this loop statement.
|
| <Class> GASTExpression | breakConditionExpression |
This property represents a reference to the expression which represents the break condition of this loop statement.
|
| <Class> GASTExpression | initExpression |
This property represents the initialization expression of the loop. This property is optional.
|
| <Class> GASTExpression | incrementExpression |
This property represents the incrementation expression of the loop. This property is optional.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | LoopStatement |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::LoopStatement |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
body
Public <Class> Statement body
-
This property represents a reference to the statement which represents the body of this loop statement.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_body_loopStatement |
| Association End | |
| Class | <Class> LoopStatement |
| 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 | body |
| Name Expression | |
| Namespace | <Class> LoopStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> LoopStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatement::body |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Statement |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
breakConditionExpression
Public <Class> GASTExpression breakConditionExpression
-
This property represents a reference to the expression which represents the break condition of this loop statement.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_breakConditionExpression_loopStatement |
| Association End | |
| Class | <Class> LoopStatement |
| 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 | breakConditionExpression |
| Name Expression | |
| Namespace | <Class> LoopStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> LoopStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatement::breakConditionExpression |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
incrementExpression
Public <Class> GASTExpression incrementExpression
-
This property represents the incrementation expression of the loop. This property is optional.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_incrementExpression_loopStatement |
| Association End | |
| Class | <Class> LoopStatement |
| 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 | incrementExpression |
| Name Expression | |
| Namespace | <Class> LoopStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> LoopStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatement::incrementExpression |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
initExpression
Public <Class> GASTExpression initExpression
-
This property represents the initialization expression of the loop. This property is optional.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_initExpression_loopStatement |
| Association End | |
| Class | <Class> LoopStatement |
| 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 | initExpression |
| Name Expression | |
| Namespace | <Class> LoopStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> LoopStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatement::initExpression |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
kind
Public <Enumeration> LoopStatementKind kind
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> LoopStatement |
| 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 | kind |
| Name Expression | |
| Namespace | <Class> LoopStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> LoopStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatement::kind |
| Stereotype | |
| Template Parameter | |
| Type | <Enumeration> LoopStatementKind |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
|
| statements - UML-Dokumentation |