IPsiNodeWithInput

Description

interface Tinman.Core.Parsing.IPsiNodeWithInput

Derived from

IPsiNode

Extended by

ConfigScript sealed
CxCodeUnit sealed

Base interface for IPsiNode implementations that store the input source code from which they have been created (for example, to improve error reporting).

Public / Methods

Input​Clear


public method InputClear → ()

Clears the input source code.

Public / Attributes

Input


public attribute Input → (get)

value : ICodeInput

The input source code or null if not available.

Returns the input source code from which this PSI node has been parsed.