|
| statements - UML-Dokumentation |
statements
AufzählungLoopStatementKind
This enumeration represents the kinds of loop statements.
| Aufzählungsliterale |
DOWHILE |
This literal shows that a loop statement represents a do-while loop.
|
FOR |
This literal shows that a loop statement represents a for loop.
|
FOREACH |
This literal shows that a loop statement represents a for-each loop.
|
WHILE |
This literal shows that a loop statement represents a while loop.
|
Eigenschaften:
| Alias | |
| Is Abstract | false |
| Is Leaf | false |
| Keywords | |
| Name | LoopStatementKind |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::LoopStatementKind |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
DOWHILE
This literal shows that a loop statement represents a do-while loop.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> LoopStatementKind |
| Keywords | |
| Name | DOWHILE |
| Name Expression | |
| Namespace | <Enumeration> LoopStatementKind |
| Owner | <Enumeration> LoopStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatementKind::DOWHILE |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
FOR
This literal shows that a loop statement represents a for loop.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> LoopStatementKind |
| Keywords | |
| Name | FOR |
| Name Expression | |
| Namespace | <Enumeration> LoopStatementKind |
| Owner | <Enumeration> LoopStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatementKind::FOR |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
FOREACH
This literal shows that a loop statement represents a for-each loop.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> LoopStatementKind |
| Keywords | |
| Name | FOREACH |
| Name Expression | |
| Namespace | <Enumeration> LoopStatementKind |
| Owner | <Enumeration> LoopStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatementKind::FOREACH |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
WHILE
This literal shows that a loop statement represents a while loop.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> LoopStatementKind |
| Keywords | |
| Name | WHILE |
| Name Expression | |
| Namespace | <Enumeration> LoopStatementKind |
| Owner | <Enumeration> LoopStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::LoopStatementKind::WHILE |
| Specification | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
|
| statements - UML-Dokumentation |