CxGroup

Description

abstract class Tinman.Core.Cx.CxGroup
<TName val>
<TNode : CxNode>

Derived from

CxNode abstract

Extended by

CxMethodGroup sealed
CxNamespaceGroup sealed

Abstract base class for pseudo PSI-nodes that represent a group of similarly named nodes.

Public / Attributes

Nodes


[Constant]
public attribute Nodes → (get)

value : IVectorConst<TNode>

[not-null]
The method in the group.

Returns the nodes in this group.

Protected / Constructors

Cx​Group


protected constructor CxGroup → (2)

name in : TName

The common name of the nodes in nodes opt.

nodes opt : IBagConst<TNode> = null

See Nodes.

Creates a new instance of CxGroup.

Private / Attributes

name


protected attribute name → (TName)

The common name of the nodes.