Langium - v4.0.0
    Preparing search index...

    Function linkContentToContainer

    • Link the $container and other related properties of every AST node that is directly contained in the given node.

      Parameters

      • node: AstNode
      • options: { deep?: boolean } = {}
        • Optionaldeep?: boolean

          If true, the function will also link the content of the contained nodes. Otherwise, only the immediate children of the given node are linked to their container.

      Returns void