Class SyntaxTree
Inheritance
System.Object
SyntaxTree
Assembly: DotLang.dll
Syntax
public sealed class SyntaxTree : SyntaxNode
Constructors
|
Improve this Doc
View Source
SyntaxTree(ToplevelGraphSyntax)
Declaration
public SyntaxTree(ToplevelGraphSyntax graph)
Parameters
|
Improve this Doc
View Source
SyntaxTree(IEnumerable<ToplevelGraphSyntax>)
Declaration
public SyntaxTree(IEnumerable<ToplevelGraphSyntax> graphs)
Parameters
Properties
|
Improve this Doc
View Source
EndOfFileToken
Declaration
public SyntaxToken EndOfFileToken { get; }
Property Value
|
Improve this Doc
View Source
Graphs
Declaration
public IReadOnlyList<ToplevelGraphSyntax> Graphs { get; }
Property Value
Methods
|
Improve this Doc
View Source
Accept(SyntaxVisitor)
Declaration
public override void Accept(SyntaxVisitor visitor)
Parameters
Overrides