StatementKindTransformationBase.OnStatementKind(QsStatementKind) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnStatementKind (Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind kind);
abstract member OnStatementKind : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
override this.OnStatementKind : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnStatementKind (kind As QsStatementKind) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to