Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
(Created page with "== Specification == {{Edge | extends = Edge | description = Connects a ParameterPass node to the CallSite representing the Function call that passes it. | connects...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Specification ==
 
== Specification ==
 
{{Edge
 
{{Edge
| extends = Edge
+
| extends = PassedTo
| description = Connects a [[ParameterPass]] 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 = ParameterPass,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