SyntaxTreeToQsharp.StatementTransformation.OnStatement(QsStatement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
System.Object.OnStatement(Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement OnStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement stm);
override this.OnStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement
Public Overrides Function OnStatement (stm As QsStatement) As QsStatement
Parameters
- stm
- QsStatement