Class TerminalLiteral

    Package: grammarkdown

    Represents a terminal token in the grammar.

    `yield`
    
    Inheritance
    Node<SyntaxKind.TerminalLiteral>
    TerminalLiteral

    Constructors

    constructor(text)

    Constructs a new instance of the TerminalLiteral class

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

    Properties

    text

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

    Generated by DocFX