SyntaxTreeToQsharp.StatementKindTransformation.OnExpressionStatement Method

Definition

System.Object.OnExpressionStatement(Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression)
public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnExpressionStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ex);
override this.OnExpressionStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnExpressionStatement (ex As TypedExpression) As QsStatementKind

Parameters

Returns

QsStatementKind

Applies to