QsStatement Constructor

Definition

public QsStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind statement, Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations symbolDeclarations, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind * Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations * Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> * Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement
Public Sub New (statement As QsStatementKind, symbolDeclarations As LocalDeclarations, location As QsNullable(Of QsLocation), comments As QsComments)

Parameters

statement
QsStatementKind
symbolDeclarations
LocalDeclarations
comments
QsComments

Applies to