Difference between revisions of "C:TranslationUnit"

From AtlasWiki
Jump to: navigation, search
(Created page with "==Specification== {{Node | extends = Node | description = Represents a translation unit in C/C++, that is, a file as compiled with a given set of defined constants and compile...")
 
(No difference)

Latest revision as of 16:47, 29 October 2015

Specification

Metaclass TranslationUnit
Extends Node
Description Represents a translation unit in C/C++, that is, a file as compiled with a given set of defined constants and compiler flags.
All Superkinds Node, ModelElement
Known Possible In Edges

Inherited From In Edge Predecessor Multiplicity Description
Node Contains Node 1 Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Known Possible Out Edges

Inherited From Out Edge Successor Multiplicity Description
Node Contains Node Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.