Show / Hide Table of Contents

Class NodeStatementSyntax

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

Constructors

| Improve this Doc View Source

NodeStatementSyntax(NodeIdentifierSyntax)

Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier)
Parameters
Type Name Description
NodeIdentifierSyntax identifier
| Improve this Doc View Source

NodeStatementSyntax(NodeIdentifierSyntax, AttributeListSyntax)

Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier, AttributeListSyntax attributes)
Parameters
Type Name Description
NodeIdentifierSyntax identifier
AttributeListSyntax attributes
| Improve this Doc View Source

NodeStatementSyntax(NodeIdentifierSyntax, AttributeSyntax[])

Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier, params AttributeSyntax[] attributes)
Parameters
Type Name Description
NodeIdentifierSyntax identifier
AttributeSyntax[] attributes
| Improve this Doc View Source

NodeStatementSyntax(NodeIdentifierSyntax, IEnumerable<AttributeSyntax>)

Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier, IEnumerable<AttributeSyntax> attributes)
Parameters
Type Name Description
NodeIdentifierSyntax identifier
System.Collections.Generic.IEnumerable<AttributeSyntax> attributes

Properties

| Improve this Doc View Source

Attributes

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

Identifier

Declaration
public NodeIdentifierSyntax Identifier { get; }
Property Value
Type Description
NodeIdentifierSyntax

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)

Operators

| Improve this Doc View Source

Implicit(String to NodeStatementSyntax)

Declaration
public static implicit operator NodeStatementSyntax(string identifier)
Parameters
Type Name Description
System.String identifier
Returns
Type Description
NodeStatementSyntax

Implements

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