@__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: LinkedListNode<scopeT> | undefined
    m_nexts: LinkedListNode<scopeT>[] = []
    m_pre: LinkedListNode<scopeT> | undefined
    m_value: scopeT | undefined

    Methods