Difference between revisions of "XCSG:ParameterPassedTo"

From AtlasWiki
Jump to: navigation, search
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = CallInputTo
 
| extends = CallInputTo
| description = Connects a [[ParameterPass]] node to the [[CallSite]] representing the [[Function]] call that passes it.
+
| description = Connects a [[ParameterInput]] node to the [[CallSite]] representing the [[Function]] call that passes it.
 
| connects = ParameterInput,CallSite,*,1
 
| connects = ParameterInput,CallSite,*,1
 
}}
 
}}

Revision as of 15:32, 15 September 2014

Specification

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