SingleTextNode Type
The most fundamental leaf node — a single token of source text (keyword, operator, identifier, punctuation, etc.). Examples: `let`, `=`, `->`, `(`, `myVar`.
Constructors
| Constructor |
Description
|
Full Usage:
SingleTextNode(idText, range)
Parameters:
string
range : range
Returns: SingleTextNode
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Text
Returns: string
|
|
fantomas