You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Export Relation establishes a link between a Package Entity or File Entity and any other kinds of entity that the latter one is exported so that other files can import and use.
A Call Relation establishes a link between an upper entity and a Function Entity or Method Entity that the latter one is called within the former one's scope.
A Modify Relation establishes a link between an upper entity and any other named value entities which appear on both sides of assignment expressions or unary operators.
An Extend Relation establishes a link between Class Entitys and Interface Entitys that enables hierarchical reusing , or setups a restriction on Type Parameter Entity..
An Implement Relation establishes a constraint (type checking) on Class Entity according to Interface Entity's declarations.
Scoping Element Categories
Scoping Elements are code elements that are not
functionality-contributing entities, but affect the scope where
entities be according to the scoping rule.