ICxNamespaceContainer

Description

interface Tinman.Core.Cx.ICxNamespaceContainer<T val>

Extended by

CxLibrary sealed
CxNamespace sealed

Base interface for PSI nodes that contain namespaces and code units.

Public / Attributes

Code​Units


[Constant]
public attribute CodeUnits → (get)

value : ISortedMapConst<T, CxCodeUnit>

[not-null]
The code units.

Returns the code units in this container.

Namespaces


[Constant]
public attribute Namespaces → (get)

value : ISortedMapConst<T, CxNamespace>

[not-null]
The namespaces.

Returns the namespaces in this container.

Root


[Constant]
public attribute Root → (get)

value : CxNamespace

[not-null]
The root namespace.

Returns the root namespace in this container.