• Preparing search index...
  • The search index is not available
Langium - v3.5.0
  • Langium
  • langium
  • GrammarUtils
  • findAssignment

Function findAssignment

  • findAssignment(cstNode): GrammarAST.Assignment | undefined
  • If the given CST node was parsed in the context of a property assignment, the respective Assignment grammar node is returned. If no assignment is found, the result is undefined.

    Parameters

    • cstNode: CstNode

      A CST node for which to find a property assignment.

    Returns GrammarAST.Assignment | undefined

    • Defined in packages/langium/src/utils/grammar-utils.ts:241

Settings

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

Generated using TypeDoc