Class TerminalLiteral
Package: grammarkdown
Represents a terminal token in the grammar.
`yield`
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