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.
LexicalState
The ILexicalState represented by this node.
Parent
The parent ILexicalScopeStateNode.