|
| statements - UML-Dokumentation |
statements
AufzählungJumpStatementKind
This enumeration represents the kinds of jump statements.
| Aufzählungsliterale |
JUMP |
This literal shows that a statement represents a local jump within the same function body. Typical examples are break, continue, goto, etc.
|
RETURN |
This literal shows that a statement represents a return statement of a function.
|
THROW |
This literal shows that this statement represents the throwing of an exception.
|
Eigenschaften:
| Alias | |
| Is Abstract | false |
| Is Leaf | false |
| Keywords | |
| Name | JumpStatementKind |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::JumpStatementKind |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
JUMP
This literal shows that a statement represents a local jump within the same function body. Typical examples are break, continue, goto, etc.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> JumpStatementKind |
| Keywords | |
| Name | JUMP |
| Name Expression | |
| Namespace | <Enumeration> JumpStatementKind |
| Owner | <Enumeration> JumpStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::JumpStatementKind::JUMP |
| Specification | <Literal Integer> 74 |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
RETURN
This literal shows that a statement represents a return statement of a function.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> JumpStatementKind |
| Keywords | |
| Name | RETURN |
| Name Expression | |
| Namespace | <Enumeration> JumpStatementKind |
| Owner | <Enumeration> JumpStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::JumpStatementKind::RETURN |
| Specification | <Literal Integer> 73 |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
THROW
This literal shows that this statement represents the throwing of an exception.
-
Eigenschaften:
-
| Alias | |
| Enumeration | <Enumeration> JumpStatementKind |
| Keywords | |
| Name | THROW |
| Name Expression | |
| Namespace | <Enumeration> JumpStatementKind |
| Owner | <Enumeration> JumpStatementKind |
| Owning Template Parameter | |
| Qualified Name | gast::statements::JumpStatementKind::THROW |
| Specification | <Literal Integer> 72 |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
|
| statements - UML-Dokumentation |