Class ParsedSyntaxWriter
A SyntaxVisitor that produces source text from a syntax tree
based only on SourceText, a scenario only valid
for syntax trees constructed through Parser.
Inheritance
System.Object
ParsedSyntaxWriter
Assembly: DotLang.dll
Syntax
public sealed class ParsedSyntaxWriter : SyntaxVisitor
Constructors
|
Improve this Doc
View Source
ParsedSyntaxWriter(TextWriter)
Declaration
public ParsedSyntaxWriter(TextWriter writer)
Parameters
Type |
Name |
Description |
System.IO.TextWriter |
writer |
|
Methods
|
Improve this Doc
View Source
VisitSyntaxNode(SyntaxNode, VisitKind)
Declaration
public override bool VisitSyntaxNode(SyntaxNode node, VisitKind visitKind)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
VisitSyntaxToken(SyntaxToken)
Declaration
public override void VisitSyntaxToken(SyntaxToken token)
Parameters
Overrides