StatementKindTransformationBase.OnWhileStatement(QsWhileStatement) Method

Definition

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

Parameters

Returns

QsStatementKind

Applies to