StatementKindTransformationBase.OnExpressionStatement(TypedExpression) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnExpressionStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ex);
abstract member OnExpressionStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
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