Class: Node
A low-level object representing a bracketed tag.
Constructors
constructor
• new Node(coordinates, tag)
Parameters
| Name | Type | 
|---|---|
coordinates | [number, number] | 
tag | null | Lexer | 
Properties
coordinates
• coordinates: [number, number]
output
• output: null | string
tag
• tag: null | Lexer
Methods
toJSON
▸ toJSON(): Object
Returns
Object
| Name | Type | 
|---|---|
coordinates | [number, number] | 
output | null | string | 
tag | null | Lexer | 
toString
▸ toString(): string
Returns
string