XCSG:InvokedSignature

From AtlasWiki
Jump to: navigation, search

Specification

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

Note that the actual runtime method may be the method pointed to, or any overriding method in any subtype of the InvokedType. In the presence of self-calls, the actual semantics may differ based on the InvokedType, even if the method itself is not overridden.