• Preparing search index...
  • The search index is not available
Langium - v3.5.0
  • Langium
  • langium
  • AstUtils
  • streamAst

Function streamAst

  • streamAst(root, options?): TreeStream<AstNode>
  • Create a stream of all AST nodes that are directly and indirectly contained in the given root node, including the root node itself.

    Parameters

    • root: AstNode
    • Optionaloptions: AstStreamOptions

    Returns TreeStream<AstNode>

    • Defined in packages/langium/src/utils/ast-utils.ts:157

Settings

Member Visibility
Langium - v3.5.0
  • Loading...

Generated using TypeDoc