Class NodeStatementSyntax
Inheritance
System.Object
NodeStatementSyntax
Assembly: DotLang.dll
Syntax
public sealed class NodeStatementSyntax : StatementSyntax, IEdgeVertexStatementSyntax
Constructors
|
Improve this Doc
View Source
NodeStatementSyntax(NodeIdentifierSyntax)
Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier)
Parameters
|
Improve this Doc
View Source
NodeStatementSyntax(NodeIdentifierSyntax, AttributeListSyntax)
Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier, AttributeListSyntax attributes)
Parameters
|
Improve this Doc
View Source
NodeStatementSyntax(NodeIdentifierSyntax, AttributeSyntax[])
Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier, params AttributeSyntax[] attributes)
Parameters
|
Improve this Doc
View Source
NodeStatementSyntax(NodeIdentifierSyntax, IEnumerable<AttributeSyntax>)
Declaration
public NodeStatementSyntax(NodeIdentifierSyntax identifier, IEnumerable<AttributeSyntax> attributes)
Parameters
Properties
|
Improve this Doc
View Source
Attributes
Declaration
public AttributeListSyntax Attributes { get; }
Property Value
|
Improve this Doc
View Source
Identifier
Declaration
public NodeIdentifierSyntax Identifier { get; }
Property Value
Methods
|
Improve this Doc
View Source
Accept(SyntaxVisitor)
Declaration
public override void Accept(SyntaxVisitor visitor)
Parameters
Overrides
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
Implements