Langium - v4.2.0
    Preparing search index...

    Interface NameProvider

    Utility service for retrieving the name of an AstNode or the CstNode containing a name.

    interface NameProvider {
        getName(node: AstNode): string | undefined;
        getNameNode(node: AstNode): CstNode | undefined;
    }

    Implemented by

    Index

    Methods