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...")
 
(Specification)
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
 
}}
 
}}

Revision as of 17:23, 28 April 2014

Specification

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