ICxStatementContainer

Description

interface Tinman.Core.Cx.Statements.ICxStatementContainer

Derived from

ICxStatementUsageProvider

Extended by

CxStatementFor sealed
CxStatementForEach sealed
CxStatementWhile sealed

Base interface for nodes that contain a single statement.

Public / Attributes

Statement


[Constant]
public attribute Statement → (get)

value : CxStatement

[not-null]
The statement.

Returns the statement.

Please refer to the documentation of the enclosing PSI node for information on how the statement is used there.