Show / Hide Table of Contents

Class EdgeStatementSyntax

Inheritance
System.Object
SyntaxNode
StatementSyntax
EdgeStatementSyntax
Implements
IEdgeVertexStatementSyntax
Inherited Members
StatementSyntax.TerminatingSemicolonToken
SyntaxNode.IsParsed
SyntaxNode.ToString()
SyntaxNode.Write(TextWriter)
Namespace: DotLang.CodeAnalysis.Syntax
Assembly: DotLang.dll
Syntax
public sealed class EdgeStatementSyntax : StatementSyntax, IEdgeVertexStatementSyntax

Constructors

| Improve this Doc View Source

EdgeStatementSyntax(IEdgeVertexStatementSyntax, EdgeKind, IEdgeVertexStatementSyntax, AttributeListSyntax)

Declaration
public EdgeStatementSyntax(IEdgeVertexStatementSyntax left, EdgeKind edgeKind, IEdgeVertexStatementSyntax right, AttributeListSyntax attributes = null)
Parameters
Type Name Description
IEdgeVertexStatementSyntax left
EdgeKind edgeKind
IEdgeVertexStatementSyntax right
AttributeListSyntax attributes
| Improve this Doc View Source

EdgeStatementSyntax(IEdgeVertexStatementSyntax, EdgeKind, String, AttributeListSyntax)

Declaration
public EdgeStatementSyntax(IEdgeVertexStatementSyntax left, EdgeKind edgeKind, string right, AttributeListSyntax attributes = null)
Parameters
Type Name Description
IEdgeVertexStatementSyntax left
EdgeKind edgeKind
System.String right
AttributeListSyntax attributes
| Improve this Doc View Source

EdgeStatementSyntax(String, EdgeKind, IEdgeVertexStatementSyntax, AttributeListSyntax)

Declaration
public EdgeStatementSyntax(string left, EdgeKind edgeKind, IEdgeVertexStatementSyntax right, AttributeListSyntax attributes = null)
Parameters
Type Name Description
System.String left
EdgeKind edgeKind
IEdgeVertexStatementSyntax right
AttributeListSyntax attributes
| Improve this Doc View Source

EdgeStatementSyntax(String, EdgeKind, String, AttributeListSyntax)

Declaration
public EdgeStatementSyntax(string left, EdgeKind edgeKind, string right, AttributeListSyntax attributes = null)
Parameters
Type Name Description
System.String left
EdgeKind edgeKind
System.String right
AttributeListSyntax attributes

Properties

| Improve this Doc View Source

Attributes

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

EdgeOperatorToken

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

Left

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

Right

Declaration
public IEdgeVertexStatementSyntax Right { get; }
Property Value
Type Description
IEdgeVertexStatementSyntax

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)

Implements

IEdgeVertexStatementSyntax
  • Improve this Doc
  • View Source
Back to top Generated by DocFX