XCSG:ControlFlow (Node)

From AtlasWiki
Jump to: navigation, search

Specification

Metaclass ControlFlow (Node)
Extends Node
Description Represents a statement, set of statements, or expression that plays a role in the control flow of a Method.
Direct Subkinds Break, Continue, ControlFlowCondition, Loop
All Superkinds Node, ModelElement
Specified In Edges
In Edge Predecessor Multiplicity Description
HasControlFlow Function 1 Connects a Function to any ControlFlow (Node)s it contains.
LoopChild Loop 0..1 Connects a Loop node to ControlFlow (Node)
Known Possible In Edges
In Edge Predecessor Multiplicity Description
ControlFlow (Edge) ControlFlow (Node) Links Control Flow nodes to other ControlFlow nodes that follow them in the program order of a Function declaration. Multiple edges from the same ControlFlow node indicate branching of control flow.
ControlFlowBackEdge ControlFlow (Node) A ControlFlow edge representing a branch or jump to an earlier location in the same Function, due to a loop or goto.

Inherited From In Edge Predecessor Multiplicity Description
Node Contains Node 1 Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Known Possible Out Edges
Out Edge Successor Multiplicity Description
ControlFlow (Edge) ControlFlow (Node) Links Control Flow nodes to other ControlFlow nodes that follow them in the program order of a Function declaration. Multiple edges from the same ControlFlow node indicate branching of control flow.
ControlFlowBackEdge ControlFlow (Node) A ControlFlow edge representing a branch or jump to an earlier location in the same Function, due to a loop or goto.

Inherited From Out Edge Successor Multiplicity Description
Node Contains Node Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.