Difference between revisions of "XCSG:InstanceVariableWritten"

From AtlasWiki
Jump to: navigation, search
m (Dgriffen moved page InstanceVariableWritten to XCSG:InstanceVariableWritten: All tags are being moved to XCSG namespace)
 
Line 2: Line 2:
 
{{Edge
 
{{Edge
 
| extends = InstanceVariableAccessed
 
| extends = InstanceVariableAccessed
| description = Connects a value ([[DataFlow (Node)]] or [[Variable]]) representing an object instance to an [[InstanceVariableAssignment]] representing a write to a field of that object.
+
| description = Connects a value ([[DataFlow (Node)]] or [[Variable]]) representing an object instance to an [[XCSG:InstanceVariableAssignment|InstanceVariableAssignment]] representing a write to a field of that object.
 
| specified = DataFlow (Node),InstanceVariableAssignment,1,*;Variable,InstanceVariableAssignment,1,*
 
| specified = DataFlow (Node),InstanceVariableAssignment,1,*;Variable,InstanceVariableAssignment,1,*
 
}}
 
}}

Latest revision as of 16:26, 29 October 2015

Specification

Metaclass InstanceVariableWritten
Extends InstanceVariableAccessed
Description Connects a value (DataFlow (Node) or Variable) representing an object instance to an InstanceVariableAssignment representing a write to a field of that object.
Specified Connections
Predecessor Multiplicity Successor
DataFlow (Node) 1 ➞ ✱ InstanceVariableAssignment
Variable 1 ➞ ✱ InstanceVariableAssignment