- adaptiveSourceNode
void adaptiveSourceNode(Output output, SourceNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- flatten
SourceNode flatten(SourceNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSourceLeaf
SourceLeaf makeSourceLeaf(string spelling, SourceRange extent)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSourceNode
SourceNode makeSourceNode(string prefix, string[] children, string separator, string suffix, SourceRange extent)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSourceNode
SourceNode makeSourceNode(SourceLeaf leaf)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeSourceNode
SourceNode makeSourceNode(string spelling, SourceRange extent)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeString
string makeString(SourceNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
- prefixWith
SourceNode prefixWith(SourceNode node, string prefix)
Undocumented in source. Be warned that the author may not have intended to support it.
- suffixWith
SourceNode suffixWith(SourceNode node, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
- wrapWith
SourceNode wrapWith(SourceNode node, string prefix, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.