Class GraphSyntax
Inheritance
System.Object
GraphSyntax
Assembly: DotLang.dll
Syntax
public sealed class GraphSyntax : ToplevelGraphSyntax
Constructors
|
Improve this Doc
View Source
GraphSyntax(String, Boolean, StatementSyntax[])
Declaration
public GraphSyntax(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
GraphSyntax(String, Boolean, IEnumerable<StatementSyntax>)
Declaration
public GraphSyntax(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