In This Article

ILexicalScopeStateNode Interface

Provides the base requirements for a node that stores lexical scope and state information.

public interface ILexicalScopeStateNode

Properties

LexicalScope

The ILexicalScope represented by this node.

ILexicalScope LexicalScope { get; }

Property Value

ILexicalScope

LexicalState

The ILexicalState represented by this node.

ILexicalState LexicalState { get; set; }

Property Value

ILexicalState

Parent

ILexicalScopeStateNode? Parent { get; }

Property Value

ILexicalScopeStateNode

Extension Methods