Difference between revisions of "XCSG:InterproceduralDataFlow"

From AtlasWiki
Jump to: navigation, search
m (Dgriffen moved page InterproceduralDataFlow to XCSG:InterproceduralDataFlow: All tags are being moved to XCSG namespace)
(No difference)

Revision as of 15:37, 2 October 2015

Specification

Metaclass InterproceduralDataFlow
Extends DataFlow (Edge)
Description Represents data flows between Functions, or involving Variables visible to multiple Functions.
Permitted Connections
Predecessor Multiplicity Successor
Variable ✱ ➞ ✱ DataFlow (Node)
Assignment ✱ ➞ 0..1 Variable
Specified Connections
Predecessor Multiplicity Successor
ParameterInput ✱ ➞ 1 Parameter
Assignment ✱ ➞ 0..1 ProgramVariable
MasterReturn 1 ➞ ✱ StaticCallSite
MasterReturn 1..✱ ➞ ✱ DynamicCallSite
MasterReturn 1..✱ ➞ ✱ FunctionPointerCallSite