|
| statements - UML-Dokumentation |
statements
KlasseStatement
The Statement class is the root of the statement hierarchy and represents a statement, which can occur inside a function body. Non-local class declarations, imports and other object-oriented language statements, which cannot occur inside a function body, are not modelled.
| Attribute |
| <Class> Access | accesses |
This property represents a list of accesses within this statement.
|
| <Class> Statement | surroundingStatement |
This property represents a reference to the surrounding statement of this statement. If there is no surrounding statement this property is "null".
|
| <Primitive Type> Unlimited Natural | numberOfStatements |
This property represents the number of statements within this statement.
|
| <Primitive Type> Unlimited Natural | maximumNestingLevel |
This property represents the maximum nesting level of the control-flow structure within the statement, with respect to the depth of encapsulation of statements.
|
| <Primitive Type> Unlimited Natural | numberOfComments |
This property represents the number of comments attached to this statement.
|
| <Primitive Type> Unlimited Natural | linesOfCode |
This property represents the number of code lines that belong to this statement.
|
| <Primitive Type> Unlimited Natural | numberOfEdgesInCFG |
This property represents the number of edges in the control-flow graph of the statement.
|
| <Primitive Type> Unlimited Natural | numberOfNodesInCFG |
This property represents the number of nodes in the control-flow graph of the statement.
|
Eigenschaften:
| Alias | |
| Classifier Behavior | |
| Is Abstract | true |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | Statement |
| Name Expression | |
| Namespace | <<ePackage>> <Package> statements |
| Owned Template Signature | |
| Owner | <<ePackage>> <Package> statements |
| Owning Template Parameter | |
| Package | <<ePackage>> <Package> statements |
| Qualified Name | gast::statements::Statement |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
accesses
Public <Class> Access accesses
-
This property represents a list of accesses within this statement.
-
Eigenschaften:
-
| Aggregation | Composite |
| Alias | |
| Association | <Association> A_accesses_statement |
| Association End | |
| Class | <Class> Statement |
| 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 | accesses |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::accesses |
| Stereotype | |
| Template Parameter | |
| Type | <Class> Access |
| Upper | * |
| Upper Value | <Literal Unlimited Natural> * |
| Visibility | Public |
linesOfCode
Public <Primitive Type> Unlimited Natural linesOfCode
-
This property represents the number of code lines that belong to this statement.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Statement |
| 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 | linesOfCode |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::linesOfCode |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
maximumNestingLevel
Public <Primitive Type> Unlimited Natural maximumNestingLevel
-
This property represents the maximum nesting level of the control-flow structure within the statement, with respect to the depth of encapsulation of statements.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Statement |
| 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 | maximumNestingLevel |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::maximumNestingLevel |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
numberOfComments
Public <Primitive Type> Unlimited Natural numberOfComments
-
This property represents the number of comments attached to this statement.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Statement |
| 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 | numberOfComments |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::numberOfComments |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
numberOfEdgesInCFG
Public <Primitive Type> Unlimited Natural numberOfEdgesInCFG
-
This property represents the number of edges in the control-flow graph of the statement.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Statement |
| 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 | numberOfEdgesInCFG |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::numberOfEdgesInCFG |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
numberOfNodesInCFG
Public <Primitive Type> Unlimited Natural numberOfNodesInCFG
-
This property represents the number of nodes in the control-flow graph of the statement.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Statement |
| 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 | numberOfNodesInCFG |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::numberOfNodesInCFG |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
numberOfStatements
Public <Primitive Type> Unlimited Natural numberOfStatements
-
This property represents the number of statements within this statement.
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | |
| Association End | |
| Class | <Class> Statement |
| 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 | numberOfStatements |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::numberOfStatements |
| Stereotype | |
| Template Parameter | |
| Type | <Primitive Type> Unlimited Natural |
| Upper | 1 |
| Upper Value | |
| Visibility | Public |
surroundingStatement
Public <Class> Statement surroundingStatement
-
This property represents a reference to the surrounding statement of this statement. If there is no surrounding statement this property is "null".
-
Eigenschaften:
-
| Aggregation | None |
| Alias | |
| Association | <Association> A_surroundingStatement_statement |
| Association End | |
| Class | <Class> Statement |
| Datatype | |
| Default | |
| Default Value | |
| Is Composite | false |
| Is Derived | true |
| Is Derived Union | false |
| Is Leaf | false |
| Is Ordered | false |
| Is Read Only | true |
| Is Static | false |
| Is Unique | true |
| isResolveProxies | True |
| isTransient | True |
| isUnsettable | False |
| isVolatile | True |
| Keywords | |
| Lower | 0 |
| Lower Value | <Literal Integer> 0 |
| Multiplicity | 0..1 |
| Name | surroundingStatement |
| Name Expression | |
| Namespace | <Class> Statement |
| Opposite | |
| Owned Template Signature | |
| Owner | <Class> Statement |
| Owning Association | |
| Owning Template Parameter | |
| Qualified Name | gast::statements::Statement::surroundingStatement |
| referenceName | surroundingStatement |
| Stereotype | eReference |
| Template Parameter | |
| Type | <Class> Statement |
| Upper | 1 |
| Upper Value | <Literal Unlimited Natural> 1 |
| visibility | 2 - ReadOnly |
| Visibility | Public |
| xmlFeatureKind | 0 - Unspecified |
| xmlName | |
| xmlNamespace | |
|
| statements - UML-Dokumentation |