Show / Hide Table of Contents

Class SyntaxTree

Inheritance
System.Object
SyntaxNode
SyntaxTree
Inherited Members
SyntaxNode.IsParsed
SyntaxNode.ToString()
SyntaxNode.Write(TextWriter)
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public sealed class SyntaxTree : SyntaxNode

Constructors

| Improve this Doc View Source

SyntaxTree(ToplevelGraphSyntax)

Declaration
public SyntaxTree(ToplevelGraphSyntax graph)
Parameters
Type Name Description
ToplevelGraphSyntax graph
| Improve this Doc View Source

SyntaxTree(IEnumerable<ToplevelGraphSyntax>)

Declaration
public SyntaxTree(IEnumerable<ToplevelGraphSyntax> graphs)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ToplevelGraphSyntax> graphs

Properties

| Improve this Doc View Source

EndOfFileToken

Declaration
public SyntaxToken EndOfFileToken { get; }
Property Value
Type Description
SyntaxToken
| Improve this Doc View Source

Graphs

Declaration
public IReadOnlyList<ToplevelGraphSyntax> Graphs { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<ToplevelGraphSyntax>

Methods

| Improve this Doc View Source

Accept(SyntaxVisitor)

Declaration
public override void Accept(SyntaxVisitor visitor)
Parameters
Type Name Description
SyntaxVisitor visitor
Overrides
SyntaxNode.Accept(SyntaxVisitor)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX