XCSG:Contains

From AtlasWiki
Revision as of 17:59, 31 March 2014 by TheodoreMurdock (Talk | contribs) (Created page with "A contains edge indicates that the code element represented by the node it comes from contains the code element represented by the node it goes to, either logically or lexical...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A contains edge indicates that the code element represented by the node it comes from contains the code element represented by the node it goes to, either logically or lexically.

Note that the contains edges do not necessarily form a tree, though they may for some languages. The LexicalContains edge is guaranteed to form a tree.

Specification

Metaclass Contains
Description Indicates that the predecessor contains the successor in a sense specified by the specific type of Contains edge.
Direct Subkinds HasControlFlow, HasReturnValue, HasVariable