Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
m (Dgriffen moved page ParameterPassedTo to XCSG:ParameterPassedTo: All tags are being moved to XCSG namespace)
 
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = PassedTo
 
| extends = PassedTo
| description = Connects a [[ParameterInput]] node to the [[CallSite]] representing the [[Function]] call that passes it.
+
| description = Connects a [[XCSG:ParameterPass|ParameterPass]] node to the [[XCSG:CallSite|CallSite]] representing the [[XCSG:Function|Function]] call that passes it.
| connects = ParameterInput,CallSite,*,1
+
| connects = ParameterPass,CallSite,*,1
 
}}
 
}}

Latest revision as of 16:06, 2 November 2015

Specification

Metaclass ParameterPassedTo
Extends PassedTo
Description Connects a ParameterPass node to the CallSite representing the Function call that passes it.
Direct Subkinds Java:EnclosingInstanceParameterPassedTo
Specified Connections
Predecessor Multiplicity Successor
ParameterPass ✱ ➞ 1 CallSite