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

Function findNameAssignment

  • findNameAssignment(type): GrammarAST.Assignment | undefined
  • Find an assignment to the name property for the given grammar type. This requires the type to be inferred from a parser rule, and that rule must contain an assignment to the name property. In all other cases, this function returns undefined.

    Parameters

    • type: GrammarAST.AbstractType

    Returns GrammarAST.Assignment | undefined

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

Settings

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

Generated using TypeDoc