Show / Hide Table of Contents

Class SyntaxNode

Inheritance
System.Object
SyntaxNode
AttributeListSyntax
AttributeSyntax
NodeIdentifierSyntax
PortSyntax
PreprocessorDirectiveSyntax
StatementSyntax
SyntaxToken
SyntaxTree
ToplevelGraphSyntax
Namespace: DotLang.CodeAnalysis.Syntax
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
Type Name Description
SyntaxVisitor visitor
| 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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX