A linked-list-based scope class. It's used to manage the scope of declarations, statements, and expressions.

Hierarchy (View Summary)

Constructors

Properties

m_next: undefined | LinkedListNode<scopeT>
m_nexts: LinkedListNode<scopeT>[] = []
m_pre: undefined | LinkedListNode<scopeT>
m_value: undefined | scopeT

Methods