Show / Hide Table of Contents

Class ToplevelGraphSyntax

Inheritance
System.Object
SyntaxNode
ToplevelGraphSyntax
DigraphSyntax
GraphSyntax
Inherited Members
SyntaxNode.IsParsed
SyntaxNode.ToString()
SyntaxNode.Write(TextWriter)
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public abstract class ToplevelGraphSyntax : SyntaxNode

Properties

| Improve this Doc View Source

CloseBraceToken

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

GraphTypeKeyword

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

IdentifierToken

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

OpenBraceToken

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

Statements

Declaration
public IReadOnlyList<StatementSyntax> Statements { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<StatementSyntax>
| Improve this Doc View Source

StrictKeyword

Declaration
public SyntaxToken StrictKeyword { get; }
Property Value
Type Description
SyntaxToken

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