StringNode Type
A leaf node holding a plain string value with no sub-nodes (e.g. a verbatim string token or source text fragment).
Constructors
| Constructor |
Description
|
Full Usage:
StringNode(content, range)
Parameters:
string
range : range
Returns: StringNode
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Content
Returns: string
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas