| statements - UML-Dokumentation |
| Zusammenfassung:AttributeEigenschaften | Details:Attribute |
This class models all kinds of non-conditional jumps. Throwing of exceptions and return-statements are also categorized as non-conditional jumps.
| Attribute | ||
| <Enumeration> JumpStatementKind |
This property is a reference to the kind of the jump statement. |
|
| <Class> GASTExpression |
This property represents a expression contained in this JumpStatement, e. g. body of a return statement, such as "a+b" in "return a+b;". |
|
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedAttributes!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
| !!TableHeading.InheritedOperations!! |
||
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | JumpStatement |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::JumpStatement |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Details für Attribute |
Public <Class> GASTExpression expression
This property represents a expression contained in this JumpStatement, e. g. body of a return statement, such as "a+b" in "return a+b;".
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_expression_jumpStatement |
| Association End | |
| Class | <Class> JumpStatement |
| 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 | expression |
| Name Expression | |
| Namespace | <Class> JumpStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> JumpStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::JumpStatement::expression |
| Stereotype | |
| Template Parameter | |
| Type | <Class> GASTExpression |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| Visibility | Public |
Public <Enumeration> JumpStatementKind kind
This property is a reference to the kind of the jump statement.
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> JumpStatement |
| 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> JumpStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> JumpStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::JumpStatement::kind |
| Stereotype | |
| Template Parameter | |
| Type | <Enumeration> JumpStatementKind |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
| statements - UML-Dokumentation |
| Zusammenfassung:AttributeEigenschaften | Details:Attribute |