Class NumberLiteral
Package: grammarkdown
Represents a number literal (used by @line
)
@line 500
Production :: Nonterminal
Constructors
constructor(text)
Constructs a new instance of the NumberLiteral
class
Declaration
constructor(text: string | undefined);
Parameters
- text
- string | undefined
Properties
text
Declaration
readonly text: string | undefined;
Property Value
string | undefined