Show / Hide Table of Contents

Class EmptyStatementSyntax

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

Constructors

| Improve this Doc View Source

EmptyStatementSyntax()

Declaration
public EmptyStatementSyntax()

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)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX