Difference between revisions of "XCSG:InvokedSignature"

From AtlasWiki
Jump to: navigation, search
m (TheodoreMurdock moved page InvokedSignature to XCSG:InvokedSignature)
(Specification)
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = Edge
 
| extends = Edge
| description = Connects a [[DynamicCallSite]] to the definition of that [[Method]] for the [[InvokedType]]; if the Method is not defined or overridden in the InvokedType, it points to the inherited Method.
+
| description = Connects a [[DynamicCallSite]] to the definition of the invoked [[Method]] for the [[InvokedType]]; if the Method is not defined or overridden in the InvokedType, it points to the inherited Method.
 
| connects = DynamicCallSite,Method,*,1
 
| connects = DynamicCallSite,Method,*,1
 
}}
 
}}

Revision as of 14:59, 29 April 2014

Specification

Metaclass InvokedSignature
Extends Edge
Description Connects a DynamicCallSite to the definition of the invoked Method for the InvokedType; if the Method is not defined or overridden in the InvokedType, it points to the inherited Method.
Specified Connections
Predecessor Multiplicity Successor
DynamicCallSite ✱ ➞ 1 Method