In This Article

ILexicalScopeStateNode Interface

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

public interface ILexicalScopeStateNode

Properties

LexicalScope

Gets or sets the ILexicalScope represented by this node.

ILexicalScope LexicalScope { get; set; }

Property Value

ILexicalScope:

The ILexicalScope represented by this node.

LexicalState

Gets or sets the ILexicalState represented by this node.

ILexicalState LexicalState { get; set; }

Property Value

ILexicalState:

The ILexicalState represented by this node.

Parent

Gets or sets the parent ILexicalScopeStateNode.

ILexicalScopeStateNode Parent { get; set; }

Property Value

ILexicalScopeStateNode:

The parent ILexicalScopeStateNode.