Show / Hide Table of Contents

Class StatementSyntax

Inheritance
System.Object
SyntaxNode
StatementSyntax
AttributeStatementSyntax
EdgeStatementSyntax
EmptyStatementSyntax
NameValueStatementSyntax
NodeStatementSyntax
SubgraphStatementSyntax
Inherited Members
SyntaxNode.IsParsed
SyntaxNode.Accept(SyntaxVisitor)
SyntaxNode.ToString()
SyntaxNode.Write(TextWriter)
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public abstract class StatementSyntax : SyntaxNode

Properties

| Improve this Doc View Source

TerminatingSemicolonToken

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

Operators

| Improve this Doc View Source

Implicit((String Name, String Value) to StatementSyntax)

Declaration
public static implicit operator StatementSyntax((string Name, string Value) nameValue)
Parameters
Type Name Description
System.ValueTuple<System.String, System.String> nameValue
Returns
Type Description
StatementSyntax
  • Improve this Doc
  • View Source
Back to top Generated by DocFX