Class SyntaxNode
Inheritance
System.Object
SyntaxNode
Assembly: DotLang.dll
Syntax
public abstract class SyntaxNode
Properties
|
Improve this Doc
View Source
IsParsed
Declaration
public bool IsParsed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Accept(SyntaxVisitor)
Declaration
public abstract void Accept(SyntaxVisitor visitor)
Parameters
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
|
Improve this Doc
View Source
Write(TextWriter)
Declaration
public void Write(TextWriter writer)
Parameters
Type |
Name |
Description |
System.IO.TextWriter |
writer |
|