@__haoyang__/erwin
    Preparing search index...

    Class ScopeList

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

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods