Class UnicodeCharacterLiteral
Package: grammarkdown
Represents a Unicode character literal in one of two forms:
<TAB>
U+0000
Constructors
constructor(text)
Constructs a new instance of the UnicodeCharacterLiteral
class
Declaration
constructor(text: string | undefined);
Parameters
- text
- string | undefined
Properties
text
Declaration
readonly text: string | undefined;
Property Value
string | undefined
Methods
accept(visitor)
Declaration
protected accept(visitor: NodeVisitor): UnicodeCharacterLiteral;
Parameters
- visitor
- NodeVisitor