Difference between revisions of "XCSG:InvokedPointer"

From AtlasWiki
Jump to: navigation, search
(Created page with "== Specification == {{Node | extends = Edge | description = Connects a FunctionPointerCallSite to the type of FunctionPointer that is called. | connects = FunctionPoin...")
 
(it's an edge, not a node)
Line 1: Line 1:
 
== Specification ==
 
== Specification ==
{{Node
+
{{Edge
 
| extends = Edge
 
| extends = Edge
 
| description = Connects a [[FunctionPointerCallSite]] to the type of [[FunctionPointer]] that is called.
 
| description = Connects a [[FunctionPointerCallSite]] to the type of [[FunctionPointer]] that is called.
 
| connects = FunctionPointerCallSite,FunctionPointer,*,1
 
| connects = FunctionPointerCallSite,FunctionPointer,*,1
 
}}
 
}}

Revision as of 17:25, 28 April 2014

Specification

Metaclass InvokedPointer
Extends Edge
Description Connects a FunctionPointerCallSite to the type of FunctionPointer that is called.
Specified Connections
Predecessor Multiplicity Successor
FunctionPointerCallSite ✱ ➞ 1 FunctionPointer