Difference between revisions of "XCSG:InvokedType"

From AtlasWiki
Jump to: navigation, search
m (TheodoreMurdock moved page InvokedType to XCSG:InvokedType)
(Adding Invoke as a possible origin)
 
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = Edge
 
| extends = Edge
| description = Connects a [[DynamicCallSite]] to the declared type of the object whose [[Method]] is being invoked.
+
| description = Connects a [[DynamicCallSite]] or [[Invoke]] node to the declared type of the object whose [[Method]] is being invoked.
| connects = DynamicCallSite,Classifier,*,1
+
| connects = DynamicCallSite,Classifier,*,1;Invoke,Classifier,*,1
 
}}
 
}}

Latest revision as of 14:02, 28 May 2014

Specification

Metaclass InvokedType
Extends Edge
Description Connects a DynamicCallSite or Invoke node to the declared type of the object whose Method is being invoked.
Specified Connections
Predecessor Multiplicity Successor
DynamicCallSite ✱ ➞ 1 Classifier
Invoke ✱ ➞ 1 Classifier