Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Specification ==
 
== Specification ==
 
{{Edge
 
{{Edge
| extends = CallInputTo
+
| 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