Class Identifier

    Package: grammarkdown

    Represents an identifier such as a Production or Parameter.

    Inheritance
    Node<SyntaxKind.Identifier>
    Identifier

    Constructors

    constructor(text)

    Constructs a new instance of the Identifier class

    Declaration
    constructor(text: string | undefined);
    Parameters
    text
    string | undefined

    Properties

    text

    Declaration
    readonly text: string | undefined;
    Property Value
    string | undefined

    Generated by DocFX