|
| statements - UML-Dokumentation |
statements
KlasseBlockStatement
The BlockStatement class models a composition statement or a function body. It also represents synchronized blocks.
| Attribute |
| <Primitive Type> Boolean | synchronized |
This property is true if this block statement represents a synchronized block.
|
| <Class> Function | surroundingFunction |
If this block statement is a function body this is property is a reference to the function. Otherwise it is "null".
|
| <Class> Statement | statements |
This property is an ordered list of statements inside this block statement.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | BlockStatement |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::BlockStatement |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
statements
Public <Class> Statement statements
-
This property is an ordered list of statements inside this block statement.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <<ordered>> <Association> A_statements_blockStatement |
| Association End | |
| Class | <Class> BlockStatement |
| 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 | * |
| Name | statements |
| Name Expression | |
| Namespace | <Class> BlockStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> BlockStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::BlockStatement::statements |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Statement |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
surroundingFunction
Public <Class> Function surroundingFunction
-
If this block statement is a function body this is property is a reference to the function. Otherwise it is "null".
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | <Association> A_body_surroundingFunction |
| Association End | |
| Class | <Class> BlockStatement |
| 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 | surroundingFunction |
| Name Expression | |
| Namespace | <Class> BlockStatement |
| Opposite | <Property> body : BlockStatement [0..1] |
| Owned Template Signature | |
| Owner | <Class> BlockStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::BlockStatement::surroundingFunction |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Function |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
synchronized
Public <Primitive Type> Boolean synchronized
-
This property is true if this block statement represents a synchronized block.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> BlockStatement |
| 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 | synchronized |
| Name Expression | |
| Namespace | <Class> BlockStatement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> BlockStatement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::BlockStatement::synchronized |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Boolean |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
|
| statements - UML-Dokumentation |