Langium - v4.4.0
    Preparing search index...

    Interface HydrateContext

    interface HydrateContext {
        astNodes: Map<any, AstNode>;
        cstNodes: Map<any, CstNode>;
        linkedCstNodes: Set<CstNode>;
    }
    Index
    astNodes: Map<any, AstNode>
    cstNodes: Map<any, CstNode>
    linkedCstNodes: Set<CstNode>

    CST nodes that already received their AST backlink; used to let the outermost AST node win for shared CST nodes.