Difference between revisions of "XCSG:InvokedFunction"

From AtlasWiki
Jump to: navigation, search
(Created page with "== Specification == {{Edge | extends = Edge | description = Connects a FunctionPointerCallSite to the FunctionPointer representing the type of function that was called...")
 
m (TheodoreMurdock moved page InvokedFunction to XCSG:InvokedFunction)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = Edge
 
| extends = Edge
| description = Connects a [[FunctionPointerCallSite]] to the [[FunctionPointer]] representing the type of function that was called.
+
| description = Connects a [[StaticCallSite]] to the exact [[Function]] called.
| connects = FunctionPointerCallSite,FunctionPointer,*,1
+
| connects = StaticCallSite,Function,*,1
 
}}
 
}}

Latest revision as of 10:42, 29 April 2014

Specification

Metaclass InvokedFunction
Extends Edge
Description Connects a StaticCallSite to the exact Function called.
Specified Connections
Predecessor Multiplicity Successor
StaticCallSite ✱ ➞ 1 Function