StatementTransformationBase.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.
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement OnStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement stm);
abstract member OnStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatement
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