Show / Hide Table of Contents

Class DigraphSyntax

Inheritance
System.Object
SyntaxNode
ToplevelGraphSyntax
DigraphSyntax
Inherited Members
ToplevelGraphSyntax.StrictKeyword
ToplevelGraphSyntax.GraphTypeKeyword
ToplevelGraphSyntax.IdentifierToken
ToplevelGraphSyntax.OpenBraceToken
ToplevelGraphSyntax.Statements
ToplevelGraphSyntax.CloseBraceToken
SyntaxNode.IsParsed
SyntaxNode.ToString()
SyntaxNode.Write(TextWriter)
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public sealed class DigraphSyntax : ToplevelGraphSyntax

Constructors

| Improve this Doc View Source

DigraphSyntax(IEnumerable<StatementSyntax>)

Declaration
public DigraphSyntax(IEnumerable<StatementSyntax> statements)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<StatementSyntax> statements
| Improve this Doc View Source

DigraphSyntax(String, Boolean, StatementSyntax[])

Declaration
public DigraphSyntax(string identifier = null, bool isStrict = false, params StatementSyntax[] statements)
Parameters
Type Name Description
System.String identifier
System.Boolean isStrict
StatementSyntax[] statements
| Improve this Doc View Source

DigraphSyntax(String, Boolean, IEnumerable<StatementSyntax>)

Declaration
public DigraphSyntax(string identifier = null, bool isStrict = false, IEnumerable<StatementSyntax> statements = null)
Parameters
Type Name Description
System.String identifier
System.Boolean isStrict
System.Collections.Generic.IEnumerable<StatementSyntax> statements

Methods

| Improve this Doc View Source

Accept(SyntaxVisitor)

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