Class DigraphSyntax
Inheritance
System.Object
DigraphSyntax
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
Overrides